@agentbrain/mcp-server 1.4.0 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -518,7 +518,7 @@ npm update -g @agentbrain/mcp-server
|
|
|
518
518
|
## Support
|
|
519
519
|
|
|
520
520
|
- **Documentation:** [Main README](../../README.md)
|
|
521
|
-
- **Issues:** [GitHub Issues](https://github.com/
|
|
521
|
+
- **Issues:** [GitHub Issues](https://github.com/benmalcom/agentbrain/issues)
|
|
522
522
|
- **MCP Protocol:** [modelcontextprotocol.io](https://modelcontextprotocol.io)
|
|
523
523
|
|
|
524
524
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentbrain/mcp-server",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "Model Context Protocol server for AgentBrain - connect Claude, Cursor, and Windsurf to repository intelligence",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|
|
28
|
-
"url": "https://github.com/
|
|
28
|
+
"url": "https://github.com/benmalcom/agentbrain.git",
|
|
29
29
|
"directory": "packages/mcp-server"
|
|
30
30
|
},
|
|
31
31
|
"bugs": {
|
|
32
|
-
"url": "https://github.com/
|
|
32
|
+
"url": "https://github.com/benmalcom/agentbrain/issues"
|
|
33
33
|
},
|
|
34
|
-
"homepage": "https://github.com/
|
|
34
|
+
"homepage": "https://github.com/benmalcom/agentbrain#readme",
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "tsc -p tsconfig.json",
|
|
37
37
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|