@stubbedev/trimit-mcp 0.1.0 → 0.1.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 +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -204,8 +204,8 @@ Edit `~/.codex/config.json`:
|
|
|
204
204
|
## Development
|
|
205
205
|
|
|
206
206
|
```bash
|
|
207
|
-
git clone https://github.com/stubbedev/trimit-mcp.git
|
|
208
|
-
cd trimit-mcp
|
|
207
|
+
git clone https://github.com/stubbedev/trimit-dev-mcp.git
|
|
208
|
+
cd trimit-dev-mcp
|
|
209
209
|
npm install
|
|
210
210
|
npm run build
|
|
211
211
|
npm start
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stubbedev/trimit-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "MCP server for TRIMIT (Microsoft Dynamics 365 Business Central) API development assistance",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
},
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|
|
28
|
-
"url": "git+https://github.com/stubbedev/trimit-mcp.git"
|
|
28
|
+
"url": "git+https://github.com/stubbedev/trimit-dev-mcp.git"
|
|
29
29
|
},
|
|
30
|
-
"homepage": "https://github.com/stubbedev/trimit-mcp#readme",
|
|
30
|
+
"homepage": "https://github.com/stubbedev/trimit-dev-mcp#readme",
|
|
31
31
|
"bugs": {
|
|
32
|
-
"url": "https://github.com/stubbedev/trimit-mcp/issues"
|
|
32
|
+
"url": "https://github.com/stubbedev/trimit-dev-mcp/issues"
|
|
33
33
|
},
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"keywords": [
|