Skip to content

Commit da2e734

Browse files
committed
chore: align package metadata with GitHub false200/LeanMCP
1 parent e684e4f commit da2e734

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
],
1515
"license": "MIT",
1616
"author": "LeanMCP contributors",
17-
"homepage": "https://github.com/leanmcp/leanmcp",
17+
"homepage": "https://github.com/false200/LeanMCP",
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/leanmcp/leanmcp.git"
20+
"url": "https://github.com/false200/LeanMCP.git"
2121
},
2222
"type": "module",
2323
"main": "./dist/index.js",

tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ export default defineConfig({
1616
treeshake: true,
1717
minify: false,
1818
banner: {
19-
js: "// LeanMCP — MCP proxy. https://github.com/leanmcp/leanmcp",
19+
js: "// LeanMCP — MCP proxy. https://github.com/false200/LeanMCP",
2020
},
2121
});

0 commit comments

Comments
 (0)