diff --git a/.changeset/fast-brooms-enter.md b/.changeset/fast-brooms-enter.md new file mode 100644 index 0000000..208ee19 --- /dev/null +++ b/.changeset/fast-brooms-enter.md @@ -0,0 +1,5 @@ +--- +'mcp-taskflow': patch +--- + +Small docs updates diff --git a/.vscode/mcp.json b/.vscode/mcp.json index 23a657d..c265d9f 100644 --- a/.vscode/mcp.json +++ b/.vscode/mcp.json @@ -1,10 +1,10 @@ { "servers": { - "taskflow-mcp": { + "mcp-taskflow": { "type": "stdio", - "command": "node", + "command": "npx", "args": [ - "E:\\GIT\\taskflow-mcp\\dist\\index.js" + "mcp-taskflow" ], "env": { "DATA_DIR": "E:\\GIT\\taskflow-mcp\\.mcp-tasks" diff --git a/package.json b/package.json index e8eb741..c83c4cb 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,14 @@ ], "author": "Caleb German", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/CalebGerman/mcp-taskflow.git" + }, + "homepage": "https://github.com/CalebGerman/mcp-taskflow#readme", + "bugs": { + "url": "https://github.com/CalebGerman/mcp-taskflow/issues" + }, "packageManager": "pnpm@9.0.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0",