@f2c/mcp 0.3.4 → 0.4.0
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/README.md +57 -57
- package/dist/cli.js +23 -23
- package/dist/cli.js.map +64 -27
- package/dist/stdio.js +23 -23
- package/dist/stdio.js.map +64 -27
- package/dist/streamable-http.js +91 -91
- package/dist/streamable-http.js.map +69 -32
- package/package.json +84 -77
package/package.json
CHANGED
|
@@ -1,77 +1,84 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@f2c/mcp",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "",
|
|
5
|
-
"repository": {
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/f2c-ai/f2c-mcp",
|
|
8
|
-
"directory": "."
|
|
9
|
-
},
|
|
10
|
-
"publishConfig": {
|
|
11
|
-
"access": "public"
|
|
12
|
-
},
|
|
13
|
-
"keywords": [
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
"
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
"
|
|
61
|
-
"@
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
"@
|
|
65
|
-
"@
|
|
66
|
-
"@
|
|
67
|
-
"@types/
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
"
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@f2c/mcp",
|
|
3
|
+
"version": "0.4.0",
|
|
4
|
+
"description": "",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/f2c-ai/f2c-mcp",
|
|
8
|
+
"directory": "."
|
|
9
|
+
},
|
|
10
|
+
"publishConfig": {
|
|
11
|
+
"access": "public"
|
|
12
|
+
},
|
|
13
|
+
"keywords": [
|
|
14
|
+
"f2c",
|
|
15
|
+
"mcp"
|
|
16
|
+
],
|
|
17
|
+
"files": [
|
|
18
|
+
"dist"
|
|
19
|
+
],
|
|
20
|
+
"main": "dist/stdio.js",
|
|
21
|
+
"types": "dist/stdio.d.ts",
|
|
22
|
+
"exports": {
|
|
23
|
+
".": {
|
|
24
|
+
"import": {
|
|
25
|
+
"types": "./dist/stdio.d.mts",
|
|
26
|
+
"default": "./dist/stdio.mjs"
|
|
27
|
+
},
|
|
28
|
+
"require": {
|
|
29
|
+
"types": "./dist/stdio.d.ts",
|
|
30
|
+
"default": "./dist/stdio.js"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"./streamable-http": {
|
|
34
|
+
"import": {
|
|
35
|
+
"types": "./dist/streamable-http.d.mts",
|
|
36
|
+
"default": "./dist/streamable-http.mjs"
|
|
37
|
+
},
|
|
38
|
+
"require": {
|
|
39
|
+
"types": "./dist/streamable-http.d.ts",
|
|
40
|
+
"default": "./dist/streamable-http.js"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"bin": {
|
|
45
|
+
"f2c-mcp": "dist/cli.js"
|
|
46
|
+
},
|
|
47
|
+
"author": "ckken",
|
|
48
|
+
"maintainers": [
|
|
49
|
+
"ckken"
|
|
50
|
+
],
|
|
51
|
+
"license": "ISC",
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"cors": "^2.8.5",
|
|
54
|
+
"express": "^5.1.0",
|
|
55
|
+
"node-fetch": "^3.3.2",
|
|
56
|
+
"zod": "^3.22.4",
|
|
57
|
+
"@f2c/data-reporter": "^0.0.4"
|
|
58
|
+
},
|
|
59
|
+
"devDependencies": {
|
|
60
|
+
"@biomejs/biome": "^1.9.4",
|
|
61
|
+
"@empjs/biome-config": "^0.7.2",
|
|
62
|
+
"@modelcontextprotocol/sdk": "1.17.2",
|
|
63
|
+
"@types/bun": "^1.2.13",
|
|
64
|
+
"@types/cors": "^2.8.18",
|
|
65
|
+
"@types/express": "^5.0.1",
|
|
66
|
+
"@types/node": "^22.15.0",
|
|
67
|
+
"@types/node-fetch": "^2.6.12",
|
|
68
|
+
"typescript": "^5.8.3"
|
|
69
|
+
},
|
|
70
|
+
"engines": {
|
|
71
|
+
"node": ">=16.0.0"
|
|
72
|
+
},
|
|
73
|
+
"scripts": {
|
|
74
|
+
"build": "bun run bun.build.script.ts",
|
|
75
|
+
"dev": "bun --watch run bun.build.script.ts",
|
|
76
|
+
"http": "node ./dist/streamable-http.js",
|
|
77
|
+
"http:dev": "bun --env-file=.env --watch run src/streamable-http.ts",
|
|
78
|
+
"http:prod": "bun --env-file= run src/streamable-http.ts",
|
|
79
|
+
"inspector": "npx @modelcontextprotocol/inspector node ./dist/stdio.js",
|
|
80
|
+
"lint": "biome check . --fix",
|
|
81
|
+
"test": "bun test src/test/api.test.ts",
|
|
82
|
+
"e2e": "bun test src/test/e2e.test.ts"
|
|
83
|
+
}
|
|
84
|
+
}
|