Commit graph

1,366 commits

Author SHA1 Message Date
Jeremiah Lowin
bed24d20cd
Merge pull request #869 from jlowin/key 2025-06-18 21:07:38 -04:00
Jeremiah Lowin
a2bb2314c7 Add key to component 2025-06-18 21:05:11 -04:00
Jeremiah Lowin
c39e68fa9a
Merge pull request #861 from jlowin/mounting 2025-06-18 16:49:15 -04:00
Jeremiah Lowin
922e1d5b82 Update docs 2025-06-18 11:48:44 -04:00
Jeremiah Lowin
8eaa6096b4 Make prefixes optional 2025-06-18 11:28:24 -04:00
Jeremiah Lowin
baf2ce2257
Merge pull request #860 from rsp2k/rsp2k-patch-1
contrib.mcp_mixin: add support for enabled, mcp_tool: annotations, excl. parm, serializer
2025-06-17 20:54:06 -04:00
Jeremiah Lowin
084e52badd Consolidate prefix logic 2025-06-17 20:23:47 -04:00
Ryan Malloy
cf56bdd15e allow dicts to be passed as annotations 2025-06-17 16:14:20 -06:00
Ryan Malloy
3deddf542e Add moree docs 2025-06-17 15:05:24 -06:00
Ryan Malloy
a37df5077a add missing parameter, DOH! 2025-06-17 14:51:04 -06:00
Ryan Malloy
909194dc89 add missing import, DOH! 2025-06-17 14:50:26 -06:00
Ryan Malloy
9788fabe19
Update README.md 2025-06-17 14:43:05 -06:00
Ryan Malloy
515cdd5cf5
Update mcp_mixin.py to include enabled, annotations, excluded_args, serializer
annotations: ToolAnnotations | None = None,
    exclude_args: list[str] | None = None,
    serializer: Callable[[Any], str] | None = None,
    enabled: bool | None = None,
2025-06-17 14:20:38 -06:00
Jeremiah Lowin
eeedd175a5
Merge pull request #848 from jlowin/positional-arg-version
Update version to not be positional
2025-06-16 10:04:10 -04:00
Jeremiah Lowin
97c21678f1
Merge pull request #843 from gorocode/feature/file-utility-type
Add File utility for wrapping binary data
2025-06-16 10:03:32 -04:00
Jeremiah Lowin
503e16ef31
Merge branch 'main' into positional-arg-version 2025-06-16 10:01:43 -04:00
Jeremiah Lowin
00d6fc500c
Merge pull request #842 from mkyutani/feature/add-version-parameter
Add version parameter to FastMCP constructor
2025-06-16 10:01:16 -04:00
Jeremiah Lowin
6af2baaa36 Enforce name/instructions as only positional args 2025-06-16 09:59:49 -04:00
Jeremiah Lowin
ab4d88d15e
Merge pull request #845 from zfflxx/main
fix tool description indentation issue #844 https://github.com/jlowin
2025-06-16 09:57:36 -04:00
Ryan Fang
e485eb298f fix tool description indentation issue #844 https://github.com/jlowin/fastmcp/issues/844 2025-06-16 14:44:45 +08:00
Goro
4c60119767 Add missing tests 2025-06-16 08:10:34 +02:00
Goro
5f04082ed6 Add text resource support 2025-06-16 07:58:55 +02:00
Goro
058ebdd16f Add file tool return value doc 2025-06-16 07:40:06 +02:00
Goro
57e0b03711 Run pre-commit and fix typing issues 2025-06-16 07:12:41 +02:00
Miki Yutani
60dada7026 Fix code formatting for pre-commit hooks 2025-06-16 13:08:44 +09:00
Miki Yutani
42121b2767 Add version parameter to FastMCP constructor 2025-06-16 12:38:15 +09:00
Goro
84316cea5e Add file type example 2025-06-16 00:35:54 +02:00
Goro
d2b2243957 Add file utility type and tests 2025-06-16 00:23:11 +02:00
Jeremiah Lowin
df78b2171d
Merge pull request #838 from alexsee/alexsee/fix/report-progress-missing-related-request-id
fix: report_progress missing passing related_request_id causes notifications not working in streaming-http
2025-06-15 12:34:55 -04:00
Alexander Seeliger
ec24a07060 chore: fix format 2025-06-15 18:25:55 +02:00
Alexander Seeliger
68567e5b59 chore: revert change 2025-06-15 18:12:14 +02:00
Alexander Seeliger
64bf0a4112 chore: clean up tests 2025-06-15 18:11:43 +02:00
Alexander Seeliger
92d3cffa53 chore: remove other tests 2025-06-15 17:52:13 +02:00
Alexander Seeliger
bdc3e395e1 fix: missing related_request_id for report_progress 2025-06-15 17:47:09 +02:00
Jeremiah Lowin
ab2ad0b3dd
Merge pull request #836 from jlowin/fix-tests v2.8.1
Fix install link in readme
2025-06-14 14:22:37 -04:00
Jeremiah Lowin
8937f0a7e0 Fix install link in readme 2025-06-14 14:22:20 -04:00
Jeremiah Lowin
349e556b15
Merge pull request #835 from jlowin/fix-tests
Bump mcp 1.9.4
2025-06-14 14:20:51 -04:00
Jeremiah Lowin
a1955eb5cd Remove old client test; ensure server starts on every test 2025-06-14 14:16:18 -04:00
Jeremiah Lowin
f1f57f977b Bump mcp 1.9.4 2025-06-14 14:16:04 -04:00
Jeremiah Lowin
c13fa11621
Merge pull request #833 from jlowin/audio
Add audio support
2025-06-14 10:51:51 -04:00
Jeremiah Lowin
c9c10a55d8 Try expanding timeout because test error 2025-06-14 10:46:20 -04:00
Jeremiah Lowin
d24d35639f Remove duplicate tests 2025-06-14 09:26:52 -04:00
Jeremiah Lowin
06dcff3b3b Add tests 2025-06-14 09:22:29 -04:00
Jeremiah Lowin
46ab813de6 Deprecate top-level import 2025-06-14 09:12:21 -04:00
Jeremiah Lowin
113778514f Add Audio helper 2025-06-14 09:12:16 -04:00
Jeremiah Lowin
f269c074f4 Add audio support 2025-06-14 08:59:48 -04:00
Jeremiah Lowin
8b50b90280
Merge pull request #820 from jlowin/embed-youtube-videos
Embed YouTube videos in community showcase
2025-06-12 13:57:51 -04:00
Jeremiah Lowin
9b1fb6b3eb
Merge pull request #821 from jlowin/2.8
Add 2.8 update
2025-06-12 13:31:52 -04:00
Jeremiah Lowin
93b781b06f Add 2.8 update 2025-06-12 13:31:40 -04:00
zzstoatzz
7705f9c275 Add Nate's FastMCP speedrun tutorial to community showcase
- Add "Speedrun a MCP server for Claude Desktop" video tutorial
- Tutorial by Nate from Prefect demonstrating quick MCP server setup

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-12 12:29:53 -05:00