Skip to content

Commit 0e76e48

Browse files
authored
feat(mcp): add notification service and enhance server capabilities for v2.0.13 (#653)
* chore(release): version 2.0.13 * feat(mcp): add notification service and enhance server capabilities for v2.0.13
1 parent 2e65366 commit 0e76e48

File tree

8 files changed

+172
-83
lines changed

8 files changed

+172
-83
lines changed

.kilocode/mcp.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"mcpServers": {
3+
"context7": {
4+
"command": "npx",
5+
"args": ["-y", "@upstash/context7-mcp"],
6+
"env": { "DEFAULT_MINIMUM_TOKENS": "" },
7+
"disabled": false,
8+
"alwaysAllow": ["resolve-library-id", "get-library-docs"],
9+
"timeout": 15
10+
},
11+
"memory": {
12+
"command": "npx",
13+
"args": ["-y", "@modelcontextprotocol/server-memory"],
14+
"disabled": false,
15+
"alwaysAllow": [
16+
"create_entities",
17+
"create_relations",
18+
"add_observations",
19+
"delete_entities",
20+
"open_nodes",
21+
"search_nodes",
22+
"read_graph",
23+
"delete_relations"
24+
],
25+
"timeout": 60
26+
}
27+
}
28+
}

packages/types/src/providers/chutes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export const chutesModels = {
329329
inputPrice: 0,
330330
outputPrice: 0,
331331
description:
332-
"GLM-4.6 introduces major upgrades over GLM-4.5, including a longer 200K-token context window for complex tasks, stronger coding performance in benchmarks and real-world tools (such as Claude Code, Cline, Roo Code, and Kilo Code), improved reasoning with tool use during inference, more capable and efficient agent integration, and refined writing that better matches human style, readability, and natural role-play scenarios.",
332+
"GLM-4.6 introduces major upgrades over GLM-4.5, including a longer 200K-token context window for complex tasks, stronger coding performance in benchmarks and real-world tools (such as Claude Code, CoStrict, Cline, Roo Code, and Kilo Code), improved reasoning with tool use during inference, more capable and efficient agent integration, and refined writing that better matches human style, readability, and natural role-play scenarios.",
333333
},
334334
"zai-org/GLM-4.6-turbo": {
335335
maxTokens: 202752, // From Chutes /v1/models: max_output_length

pnpm-lock.yaml

Lines changed: 25 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@
810810
"@google/genai": "^1.0.0",
811811
"@lmstudio/sdk": "^1.1.1",
812812
"@mistralai/mistralai": "^1.9.18",
813-
"@modelcontextprotocol/sdk": "1.21.0",
813+
"@modelcontextprotocol/sdk": "1.13.3",
814814
"@qdrant/js-client-rest": "^1.14.0",
815815
"@roo-code/cloud": "workspace:^",
816816
"@roo-code/ipc": "workspace:^",

0 commit comments

Comments
 (0)