Skip to content

Commit a33fc90

Browse files
committed
test fix
1 parent 3c484c3 commit a33fc90

File tree

2 files changed

+2
-322
lines changed

2 files changed

+2
-322
lines changed
Lines changed: 1 addition & 217 deletions
Original file line numberDiff line numberDiff line change
@@ -1,217 +1 @@
1-
{
2-
"metadata": {
3-
"meta": null,
4-
"protocolVersion": "2025-06-18",
5-
"capabilities": {
6-
"experimental": {},
7-
"logging": null,
8-
"prompts": {
9-
"listChanged": false
10-
},
11-
"resources": {
12-
"subscribe": false,
13-
"listChanged": false
14-
},
15-
"tools": {
16-
"listChanged": false
17-
},
18-
"completions": null
19-
},
20-
"serverInfo": {
21-
"name": "Math",
22-
"title": null,
23-
"version": "mcp_version"
24-
},
25-
"instructions": null
26-
},
27-
"prompts": [
28-
{
29-
"name": "math_prompt",
30-
"title": null,
31-
"description": "Prompt for math operations.",
32-
"arguments": [],
33-
"meta": null
34-
}
35-
],
36-
"resources": [],
37-
"resource_templates": [],
38-
"tools": [
39-
{
40-
"name": "add",
41-
"title": null,
42-
"description": "Add two numbers.",
43-
"inputSchema": {
44-
"properties": {
45-
"a": {
46-
"title": "A",
47-
"type": "integer"
48-
},
49-
"b": {
50-
"title": "B",
51-
"type": "integer"
52-
}
53-
},
54-
"required": [
55-
"a",
56-
"b"
57-
],
58-
"title": "addArguments",
59-
"type": "object"
60-
},
61-
"outputSchema": {
62-
"properties": {
63-
"result": {
64-
"title": "Result",
65-
"type": "integer"
66-
}
67-
},
68-
"required": [
69-
"result"
70-
],
71-
"title": "addOutput",
72-
"type": "object"
73-
},
74-
"annotations": null,
75-
"meta": null
76-
},
77-
{
78-
"name": "subtract",
79-
"title": null,
80-
"description": "Subtract two numbers.",
81-
"inputSchema": {
82-
"properties": {
83-
"a": {
84-
"title": "A",
85-
"type": "integer"
86-
},
87-
"b": {
88-
"title": "B",
89-
"type": "integer"
90-
}
91-
},
92-
"required": [
93-
"a",
94-
"b"
95-
],
96-
"title": "subtractArguments",
97-
"type": "object"
98-
},
99-
"outputSchema": {
100-
"properties": {
101-
"result": {
102-
"title": "Result",
103-
"type": "integer"
104-
}
105-
},
106-
"required": [
107-
"result"
108-
],
109-
"title": "subtractOutput",
110-
"type": "object"
111-
},
112-
"annotations": null,
113-
"meta": null
114-
},
115-
{
116-
"name": "multiply",
117-
"title": null,
118-
"description": "Multiply two numbers.",
119-
"inputSchema": {
120-
"properties": {
121-
"a": {
122-
"title": "A",
123-
"type": "integer"
124-
},
125-
"b": {
126-
"title": "B",
127-
"type": "integer"
128-
}
129-
},
130-
"required": [
131-
"a",
132-
"b"
133-
],
134-
"title": "multiplyArguments",
135-
"type": "object"
136-
},
137-
"outputSchema": {
138-
"properties": {
139-
"result": {
140-
"title": "Result",
141-
"type": "integer"
142-
}
143-
},
144-
"required": [
145-
"result"
146-
],
147-
"title": "multiplyOutput",
148-
"type": "object"
149-
},
150-
"annotations": null,
151-
"meta": null
152-
},
153-
{
154-
"name": "divide",
155-
"title": null,
156-
"description": "Divide two numbers.",
157-
"inputSchema": {
158-
"properties": {
159-
"a": {
160-
"title": "A",
161-
"type": "integer"
162-
},
163-
"b": {
164-
"title": "B",
165-
"type": "integer"
166-
}
167-
},
168-
"required": [
169-
"a",
170-
"b"
171-
],
172-
"title": "divideArguments",
173-
"type": "object"
174-
},
175-
"outputSchema": {
176-
"properties": {
177-
"result": {
178-
"title": "Result",
179-
"type": "integer"
180-
}
181-
},
182-
"required": [
183-
"result"
184-
],
185-
"title": "divideOutput",
186-
"type": "object"
187-
},
188-
"annotations": null,
189-
"meta": null
190-
},
191-
{
192-
"name": "store_value",
193-
"title": null,
194-
"description": "Store here all important values!",
195-
"inputSchema": {
196-
"properties": {},
197-
"title": "store_valueArguments",
198-
"type": "object"
199-
},
200-
"outputSchema": {
201-
"properties": {
202-
"result": {
203-
"title": "Result",
204-
"type": "string"
205-
}
206-
},
207-
"required": [
208-
"result"
209-
],
210-
"title": "store_valueOutput",
211-
"type": "object"
212-
},
213-
"annotations": null,
214-
"meta": null
215-
}
216-
]
217-
}
1+
{"metadata": {"meta": null, "protocolVersion": "2025-06-18", "capabilities": {"experimental": {}, "logging": null, "prompts": {"listChanged": false}, "resources": {"subscribe": false, "listChanged": false}, "tools": {"listChanged": false}, "completions": null}, "serverInfo": {"name": "Math", "title": null, "version": "mcp_version", "websiteUrl": null, "icons": null}, "instructions": null}, "prompts": [{"name": "math_prompt", "title": null, "description": "Prompt for math operations.", "arguments": [], "icons": null, "meta": null}], "resources": [], "resource_templates": [], "tools": [{"name": "add", "title": null, "description": "Add two numbers.", "inputSchema": {"properties": {"a": {"title": "A", "type": "integer"}, "b": {"title": "B", "type": "integer"}}, "required": ["a", "b"], "title": "addArguments", "type": "object"}, "outputSchema": {"properties": {"result": {"title": "Result", "type": "integer"}}, "required": ["result"], "title": "addOutput", "type": "object"}, "icons": null, "annotations": null, "meta": null}, {"name": "subtract", "title": null, "description": "Subtract two numbers.", "inputSchema": {"properties": {"a": {"title": "A", "type": "integer"}, "b": {"title": "B", "type": "integer"}}, "required": ["a", "b"], "title": "subtractArguments", "type": "object"}, "outputSchema": {"properties": {"result": {"title": "Result", "type": "integer"}}, "required": ["result"], "title": "subtractOutput", "type": "object"}, "icons": null, "annotations": null, "meta": null}, {"name": "multiply", "title": null, "description": "Multiply two numbers.", "inputSchema": {"properties": {"a": {"title": "A", "type": "integer"}, "b": {"title": "B", "type": "integer"}}, "required": ["a", "b"], "title": "multiplyArguments", "type": "object"}, "outputSchema": {"properties": {"result": {"title": "Result", "type": "integer"}}, "required": ["result"], "title": "multiplyOutput", "type": "object"}, "icons": null, "annotations": null, "meta": null}, {"name": "divide", "title": null, "description": "Divide two numbers.", "inputSchema": {"properties": {"a": {"title": "A", "type": "integer"}, "b": {"title": "B", "type": "integer"}}, "required": ["a", "b"], "title": "divideArguments", "type": "object"}, "outputSchema": {"properties": {"result": {"title": "Result", "type": "integer"}}, "required": ["result"], "title": "divideOutput", "type": "object"}, "icons": null, "annotations": null, "meta": null}, {"name": "store_value", "title": null, "description": "Store here all important values!", "inputSchema": {"properties": {}, "title": "store_valueArguments", "type": "object"}, "outputSchema": {"properties": {"result": {"title": "Result", "type": "string"}}, "required": ["result"], "title": "store_valueOutput", "type": "object"}, "icons": null, "annotations": null, "meta": null}]}
Lines changed: 1 addition & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -1,105 +1 @@
1-
{
2-
"metadata": {
3-
"meta": null,
4-
"protocolVersion": "2025-06-18",
5-
"capabilities": {
6-
"experimental": {},
7-
"logging": null,
8-
"prompts": {
9-
"listChanged": false
10-
},
11-
"resources": {
12-
"subscribe": false,
13-
"listChanged": false
14-
},
15-
"tools": {
16-
"listChanged": false
17-
},
18-
"completions": {}
19-
},
20-
"serverInfo": {
21-
"name": "Weather",
22-
"title": null,
23-
"version": "mcp_version"
24-
},
25-
"instructions": null
26-
},
27-
"prompts": [
28-
{
29-
"name": "good_morning",
30-
"title": null,
31-
"description": "Prompt to generate a good morning message for the user.",
32-
"arguments": [
33-
{
34-
"name": "name",
35-
"description": null,
36-
"required": true
37-
},
38-
{
39-
"name": "weather",
40-
"description": null,
41-
"required": false
42-
}
43-
],
44-
"meta": null
45-
}
46-
],
47-
"resources": [
48-
{
49-
"name": "weathers",
50-
"title": null,
51-
"uri": "weather://list",
52-
"description": "List of possible weather supported by the server.",
53-
"mimeType": "text/plain",
54-
"size": null,
55-
"annotations": null,
56-
"meta": null
57-
}
58-
],
59-
"resource_templates": [
60-
{
61-
"name": "weather_description",
62-
"title": null,
63-
"uriTemplate": "weather://{weather}/description",
64-
"description": "Description of a weather.",
65-
"mimeType": null,
66-
"annotations": null,
67-
"meta": null
68-
}
69-
],
70-
"tools": [
71-
{
72-
"name": "weather",
73-
"title": null,
74-
"description": "Get current weather for a location.",
75-
"inputSchema": {
76-
"properties": {
77-
"location": {
78-
"title": "Location",
79-
"type": "string"
80-
}
81-
},
82-
"required": [
83-
"location"
84-
],
85-
"title": "weatherArguments",
86-
"type": "object"
87-
},
88-
"outputSchema": {
89-
"properties": {
90-
"result": {
91-
"title": "Result",
92-
"type": "string"
93-
}
94-
},
95-
"required": [
96-
"result"
97-
],
98-
"title": "weatherOutput",
99-
"type": "object"
100-
},
101-
"annotations": null,
102-
"meta": null
103-
}
104-
]
105-
}
1+
{"metadata": {"meta": null, "protocolVersion": "2025-06-18", "capabilities": {"experimental": {}, "logging": null, "prompts": {"listChanged": false}, "resources": {"subscribe": false, "listChanged": false}, "tools": {"listChanged": false}, "completions": {}}, "serverInfo": {"name": "Weather", "title": null, "version": "mcp_version", "websiteUrl": null, "icons": null}, "instructions": null}, "prompts": [{"name": "good_morning", "title": null, "description": "Prompt to generate a good morning message for the user.", "arguments": [{"name": "name", "description": null, "required": true}, {"name": "weather", "description": null, "required": false}], "icons": null, "meta": null}], "resources": [{"name": "weathers", "title": null, "uri": "weather://list", "description": "List of possible weather supported by the server.", "mimeType": "text/plain", "size": null, "icons": null, "annotations": null, "meta": null}], "resource_templates": [{"name": "weather_description", "title": null, "uriTemplate": "weather://{weather}/description", "description": "Description of a weather.", "mimeType": "text/plain", "icons": null, "annotations": null, "meta": null}], "tools": [{"name": "weather", "title": null, "description": "Get current weather for a location.", "inputSchema": {"properties": {"location": {"title": "Location", "type": "string"}}, "required": ["location"], "title": "weatherArguments", "type": "object"}, "outputSchema": {"properties": {"result": {"title": "Result", "type": "string"}}, "required": ["result"], "title": "weatherOutput", "type": "object"}, "icons": null, "annotations": null, "meta": null}]}

0 commit comments

Comments
 (0)