Commit graph

3,289 commits

Author SHA1 Message Date
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
zzstoatzz
855ffb28b1 Replace YouTube cards with embedded video players
- Convert YouTube tutorial cards to embedded iframe players
- Create reusable YouTubeEmbed component in /snippets/
- Follow existing component pattern (like VersionBadge)
- Use Mintlify-compatible JSX syntax (camelCase attributes)
- Add responsive styling for better viewing experience

This improves maintainability and ensures consistent YouTube embed styling across the docs.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-12 12:23:10 -05:00
nate nowack
816ef98e5a
Merge pull request #819 from jlowin/add-community-docs
Add Community section to documentation
2025-06-12 12:02:41 -05:00
zzstoatzz
313b8d5bf1 Add video tutorials to community showcase
- Add YouTube tutorial by Greg + Code on building remote MCP servers
- Add YouTube tutorial by ZazenCodes on FastMCP best practices
- Create Video Tutorials subsection under Learning Resources
- Add docs command to justfile for local documentation serving

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-12 11:59:55 -05:00
zzstoatzz
cf66cc8b56 Add Community section to documentation
- Add new Community tab to docs navigation
- Create community showcase page for featuring high-quality projects
- Include example project (MCP Dummy Server) as initial content
- Add guidelines for community contributions
- Link to contrib modules in Further Reading section

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-12 11:53:15 -05:00
Jeremiah Lowin
3d4af6e855
Merge pull request #810 from jlowin/docs
add MCP group to tutorials
2025-06-11 20:28:59 -04:00
Jeremiah Lowin
976d580844 add MCP group 2025-06-11 20:28:43 -04:00
Jeremiah Lowin
b622e426ff
Merge pull request #809 from jlowin/welcome
Update headers in docs
2025-06-11 20:20:39 -04:00
Jeremiah Lowin
45d031a577 Update headers in docs 2025-06-11 20:20:14 -04:00
Jeremiah Lowin
7dee21d93f
Merge pull request #808 from jlowin/welcome
Update welcome docs
2025-06-11 20:16:13 -04:00
Jeremiah Lowin
674287c962
Merge branch 'main' into welcome 2025-06-11 20:16:06 -04:00
Jeremiah Lowin
de1a655612 update welcome docs 2025-06-11 20:15:50 -04:00
Jeremiah Lowin
3a4f1a4ff0
Merge pull request #804 from jlowin/http-args-2
Ensure we handle false http kwargs correctly; removed unused kwarg
2025-06-11 16:04:37 -04:00
Jeremiah Lowin
87747ba94b
Merge pull request #806 from strawgate/add-examples
Add examples to Tool Arg Param transformation
2025-06-11 16:04:22 -04:00
William Easton
1a6bb55b27
add examples to param transformation 2025-06-11 13:43:11 -05:00
Jeremiah Lowin
bf3c54f6f1 Ensure we handle false correctly; removed unused kwarg 2025-06-11 11:27:02 -04:00
Jeremiah Lowin
5f25729274
Merge pull request #803 from jlowin/http-args
Ensure http args are passed through
2025-06-11 10:23:30 -04:00
Jeremiah Lowin
2a323c75c2 Ensure http args are passed through 2025-06-11 10:21:22 -04:00
Jeremiah Lowin
2a7cd3b325
Merge pull request #802 from jlowin/deprecation-setting
Add flag for disabling deprecation warnings
2025-06-11 10:15:36 -04:00
Jeremiah Lowin
e82cd9f742 Make deprecation warnings visible and controllable 2025-06-11 10:13:01 -04:00
Jeremiah Lowin
3116ef3892 Add flag for disabling deprecation warnings 2025-06-11 09:59:35 -04:00
Jeremiah Lowin
fae7f092ff
Merge pull request #800 from jlowin/settings-dep
Restore .settings access as deprecated
2025-06-11 09:36:33 -04:00
Jeremiah Lowin
327f784e6c Restore .settings access as deprecated 2025-06-11 09:31:32 -04:00
Jeremiah Lowin
57be94e93e
Merge pull request #794 from jlowin/changelog
Update changelog for 2.8.0
2025-06-10 21:40:30 -04:00
Jeremiah Lowin
d6db362ffb Update changelog.mdx 2025-06-10 21:40:10 -04:00
Jeremiah Lowin
eee01597fe
Merge pull request #793 from jlowin/tag-docs v2.8.0
Add docs for tag-based filtering
2025-06-10 21:24:21 -04:00
Jeremiah Lowin
cdf3ace479 Add docs for tag-based filtering 2025-06-10 21:23:50 -04:00
Jeremiah Lowin
c29b386501
Merge pull request #792 from jlowin/tags
Fix issue with global OpenAPI tags
2025-06-10 21:16:29 -04:00