@allratestoday/mcp-server 0.4.0 → 0.4.1
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/client.d.ts +2 -2
- package/package.json +4 -4
package/dist/client.d.ts
CHANGED
|
@@ -5,8 +5,8 @@ export interface ClientOptions {
|
|
|
5
5
|
}
|
|
6
6
|
export declare class AllRatesTodayError extends Error {
|
|
7
7
|
readonly status?: number | undefined;
|
|
8
|
-
readonly body?: unknown
|
|
9
|
-
constructor(message: string, status?: number | undefined, body?: unknown
|
|
8
|
+
readonly body?: unknown;
|
|
9
|
+
constructor(message: string, status?: number | undefined, body?: unknown);
|
|
10
10
|
}
|
|
11
11
|
export declare class AllRatesTodayClient {
|
|
12
12
|
private readonly apiKey?;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@allratestoday/mcp-server",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"mcpName": "io.github.cahthuranag/mcp-server",
|
|
5
5
|
"description": "MCP server for AllRatesToday — let AI coding tools (Claude Code, Cursor, Claude Desktop) fetch real-time and historical currency exchange rates.",
|
|
6
6
|
"keywords": [
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
45
|
-
"zod": "^
|
|
45
|
+
"zod": "^4.4.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@types/node": "^
|
|
49
|
-
"typescript": "^
|
|
48
|
+
"@types/node": "^26.1.1",
|
|
49
|
+
"typescript": "^7.0.2"
|
|
50
50
|
}
|
|
51
51
|
}
|