@atlisp/mcp 1.8.17 → 1.8.18
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/dist/atlisp-mcp.js +1 -10
- package/package.json +1 -1
package/dist/atlisp-mcp.js
CHANGED
|
@@ -1121,16 +1121,7 @@ var init_constants = __esm({
|
|
|
1121
1121
|
resources: { subscribe: true, listChanged: true },
|
|
1122
1122
|
prompts: { listChanged: true },
|
|
1123
1123
|
logging: {},
|
|
1124
|
-
completions: {}
|
|
1125
|
-
experimental: {
|
|
1126
|
-
pipeline_engine: true,
|
|
1127
|
-
triggers: true,
|
|
1128
|
-
repl: true,
|
|
1129
|
-
webhooks: true,
|
|
1130
|
-
agent_context: true,
|
|
1131
|
-
rate_limiting: true,
|
|
1132
|
-
request_dedup: true
|
|
1133
|
-
}
|
|
1124
|
+
completions: {}
|
|
1134
1125
|
};
|
|
1135
1126
|
MOCK_PACKAGES = [];
|
|
1136
1127
|
}
|