fastmcp 1.6.0 → 1.6.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/README.md +2 -0
- package/jsr.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -414,6 +414,8 @@ npx fastmcp inspect server.ts
|
|
|
414
414
|
> [!NOTE]
|
|
415
415
|
> If you've developed a server using FastMCP, please [submit a PR](https://github.com/punkpeye/fastmcp) to showcase it here!
|
|
416
416
|
|
|
417
|
+
* https://github.com/apinetwork/piapi-mcp-server
|
|
418
|
+
|
|
417
419
|
## Acknowledgements
|
|
418
420
|
|
|
419
421
|
- FastMCP is inspired by the [Python implementation](https://github.com/jlowin/fastmcp) by [Jonathan Lowin](https://github.com/jlowin).
|
package/jsr.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fastmcp",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"main": "dist/FastMCP.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsup",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@modelcontextprotocol/sdk": "^1.0.4",
|
|
25
25
|
"execa": "^9.5.2",
|
|
26
26
|
"file-type": "^19.6.0",
|
|
27
|
-
"mcp-proxy": "^1.
|
|
27
|
+
"mcp-proxy": "^1.3.0",
|
|
28
28
|
"yargs": "^17.7.2",
|
|
29
29
|
"zod": "^3.24.1",
|
|
30
30
|
"zod-to-json-schema": "^3.24.1"
|