abap-mcp 0.3.1 → 0.3.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 +2 -1
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ loop condition), per-repo `.mcp.json`, and a GitHub Actions quality gate for aba
|
|
|
110
110
|
|
|
111
111
|
```bash
|
|
112
112
|
npm install
|
|
113
|
-
npm run check # typecheck +
|
|
113
|
+
npm run check # typecheck + 122 tests + build — the CI gate
|
|
114
114
|
node dist/cli.js # stdio MCP server
|
|
115
115
|
npx @modelcontextprotocol/inspector --cli node dist/cli.js --method tools/list
|
|
116
116
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "abap-mcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
|
+
"mcpName": "io.github.palimkarakshay/abap-mcp",
|
|
4
5
|
"description": "MCP server for SAP ABAP: offline static analysis (abaplint), ABAP Cloud / Clean Core readiness checks, and RAP scaffolding — no SAP system or credentials required.",
|
|
5
6
|
"license": "MIT",
|
|
6
7
|
"author": "Akshay Palimkar",
|