@ttoss/http-server-mcp 0.13.1 → 0.13.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/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -1007,4 +1007,4 @@ interface RegisterToolFromSchemaParams {
|
|
|
1007
1007
|
*/
|
|
1008
1008
|
declare const registerToolFromSchema: (server: McpServer$1, params: RegisterToolFromSchemaParams) => void;
|
|
1009
1009
|
//#endregion
|
|
1010
|
-
export { ApiCallOptions, CognitoUserPoolConfig, JsonObjectSchema, McpAuthOptions, McpRouterOptions,
|
|
1010
|
+
export { ApiCallOptions, CognitoUserPoolConfig, JsonObjectSchema, McpAuthOptions, McpRouterOptions, McpServer, RegisterToolFromSchemaParams, apiCall, checkScopes, createMcpRouter, getIdentity, registerToolFromSchema, z };
|
package/dist/index.d.mts
CHANGED
|
@@ -1007,4 +1007,4 @@ interface RegisterToolFromSchemaParams {
|
|
|
1007
1007
|
*/
|
|
1008
1008
|
declare const registerToolFromSchema: (server: McpServer$1, params: RegisterToolFromSchemaParams) => void;
|
|
1009
1009
|
//#endregion
|
|
1010
|
-
export { ApiCallOptions, CognitoUserPoolConfig, JsonObjectSchema, McpAuthOptions, McpRouterOptions,
|
|
1010
|
+
export { ApiCallOptions, CognitoUserPoolConfig, JsonObjectSchema, McpAuthOptions, McpRouterOptions, McpServer, RegisterToolFromSchemaParams, apiCall, checkScopes, createMcpRouter, getIdentity, registerToolFromSchema, z };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/http-server-mcp",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.2",
|
|
4
4
|
"description": "Model Context Protocol (MCP) server integration for @ttoss/http-server",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
37
37
|
"zod": "^4.3.6",
|
|
38
|
-
"@ttoss/auth-core": "^0.4.
|
|
39
|
-
"@ttoss/http-server": "^0.5.
|
|
38
|
+
"@ttoss/auth-core": "^0.4.15",
|
|
39
|
+
"@ttoss/http-server": "^0.5.16"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/koa": "^3.0.2",
|
|
43
43
|
"jest": "^30.3.0",
|
|
44
44
|
"supertest": "^7.2.2",
|
|
45
45
|
"tsdown": "^0.22.0",
|
|
46
|
-
"@ttoss/config": "^1.37.
|
|
46
|
+
"@ttoss/config": "^1.37.14"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@modelcontextprotocol/sdk": "^1.0.0"
|