We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e684e4f commit da2e734Copy full SHA for da2e734
2 files changed
package.json
@@ -14,10 +14,10 @@
14
],
15
"license": "MIT",
16
"author": "LeanMCP contributors",
17
- "homepage": "https://github.com/leanmcp/leanmcp",
+ "homepage": "https://github.com/false200/LeanMCP",
18
"repository": {
19
"type": "git",
20
- "url": "https://github.com/leanmcp/leanmcp.git"
+ "url": "https://github.com/false200/LeanMCP.git"
21
},
22
"type": "module",
23
"main": "./dist/index.js",
tsup.config.ts
@@ -16,6 +16,6 @@ export default defineConfig({
treeshake: true,
minify: false,
banner: {
- js: "// LeanMCP — MCP proxy. https://github.com/leanmcp/leanmcp",
+ js: "// LeanMCP — MCP proxy. https://github.com/false200/LeanMCP",
});
0 commit comments