Commit graph

1,955 commits

Author SHA1 Message Date
marvin-context-protocol[bot]
87482faf8d fix: handle explode parameter in experimental OpenAPI parser
- Add proper support for OpenAPI parameter style and explode settings
- Fix query parameter encoding for explode=false scenarios
- Support form (comma-delimited), pipeDelimited, and spaceDelimited styles
- Add comprehensive unit tests for all style/explode combinations
- Resolves issue where arrays were always encoded as repeated parameters

Co-authored-by: Jeremiah Lowin <jlowin@users.noreply.github.com>
2025-08-19 19:56:43 +00:00
Jeremiah Lowin
108ad4b70d
feat: Add --workspace flag to fastmcp install cursor (#1522)
Co-authored-by: Jeremiah Lowin <jlowin@users.noreply.github.com>
Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
2025-08-19 15:38:55 -04:00
Sebastian Kalisz
f7738c6f92
Fixed wrong import path in new docs page (#1538) 2025-08-19 10:26:48 -04:00
Jeremiah Lowin
26969e80c3
Add mounted_components_raise_on_load_error setting for debugging (#1534)
Co-authored-by: Jeremiah Lowin <jlowin@users.noreply.github.com>
Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
2025-08-18 13:42:33 -04:00
Jeremiah Lowin
ec015de3b0
Add OAuth proxy that allows authentication with social IDPs without DCR support (#1434) 2025-08-18 13:39:58 -04:00
Jeremiah Lowin
88a3573d70
Fix Marvin workflow to support development tools (#1537) 2025-08-18 11:17:25 -04:00
Jeremiah Lowin
4d8ac631dd
Update OAuth callback UI to match FastMCP branding (#1536) 2025-08-18 10:41:43 -04:00
Jeremiah Lowin
ce0a044835
Remove trailing slash in unit tests (#1535) 2025-08-18 08:10:46 -04:00
Jeremiah Lowin
2662deb067
Create CODE_OF_CONDUCT.md (#1523) 2025-08-16 16:28:15 -04:00
Jeremiah Lowin
927ea433d9
Add code review guidelines for agents (#1520)
Co-authored-by: William Easton <strawgate@users.noreply.github.com>
Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
2025-08-16 16:15:46 -04:00
Jeremiah Lowin
81432d058e
improve: Add tests label and SDK docs guidance to triage bot (#1516)
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-15 11:41:57 -04:00
Jeremiah Lowin
62e814a626
Move SDK docs generation to post-merge workflow (#1513)
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-15 11:37:49 -04:00
itaru2622
3555ac96c0
involve kwargs to pass parameters on creating RichHandler for logging customization. (#1504) 2025-08-15 11:37:17 -04:00
Jeremiah Lowin
2547243038
fix: Use Message function and PromptResult type in docs (#1515)
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-15 11:33:36 -04:00
Maikel Veen
eb00b9e368
docs: Fix type annotation in return value documentation (#1499) 2025-08-15 11:11:10 -04:00
William Easton
8d14c0916c
Improve stdio and mcp_config clean-up (#1444) 2025-08-15 11:03:44 -04:00
Jeremiah Lowin
b1a7aee290
Inline dedupe prompt (#1512) 2025-08-15 11:00:34 -04:00
Marsley
fbbd8ef999
Fix #1506: Update tool filtering documentation from _meta to meta (#1511) 2025-08-15 10:46:05 -04:00
Jeremiah Lowin
977079f61f
Add Claude issue triage (#1510) 2025-08-15 10:42:57 -04:00
Jeremiah Lowin
ea50f4e5f6
Remove labeler (#1509) 2025-08-15 08:59:44 -04:00
William Easton
8d90d35abe
Fix type-checking error with OAuth
Fix oauth pyright type checking
2025-08-14 13:06:56 -05:00
William Easton
487050a499
Merge branch 'main' into who-even-uses-oauth-anyway 2025-08-14 11:39:53 -05:00
William Easton
e457631ab0
update docs 2025-08-14 11:35:48 -05:00
Jeremiah Lowin
a113380f44
Update fastmcp cloud server requirements (#1497) 2025-08-14 12:23:00 -04:00
William Easton
d09dd87933
Merge branch 'main' into who-even-uses-oauth-anyway 2025-08-14 11:10:35 -05:00
William Easton
a9b4f7f6ee
small pr feedback 2025-08-14 11:01:48 -05:00
thomas
02caab186f
chore: Update installation.mdx version snippet (#1496) 2025-08-14 11:02:49 -04:00
William Easton
d1615dfe20
fix oauth pyright 2025-08-13 22:32:45 -05:00
Jeremiah Lowin
8b1c721e42
Update fastmcp-cloud.mdx (#1488) 2025-08-13 22:07:23 -04:00
Jeremiah Lowin
9f445b0162
Update FastMCP Cloud screenshot (#1487) 2025-08-13 22:04:40 -04:00
Jeremiah Lowin
7beeb949a0
Update deployment docs (#1486) 2025-08-13 21:55:30 -04:00
Jeremiah Lowin
31f9687606
Remove unnecessary asserts (#1484) 2025-08-13 20:52:05 -04:00
Jeremiah Lowin
b2131a6765
Update just error message (#1483) 2025-08-13 18:08:38 -04:00
Jeremiah Lowin
905a7872c8
Fix breaking change: restore output_schema=False compatibility (#1482) 2025-08-13 18:07:50 -04:00
William Easton
3275b3627d
Update marvin.yml (#1475) 2025-08-12 21:17:33 -04:00
Jeremiah Lowin
c8d03dacc5
Update logo files (#1473) 2025-08-12 17:19:10 -04:00
Jeremiah Lowin
cfbcf55e61
Update banner (#1472) 2025-08-12 15:55:42 -04:00
Jeremiah Lowin
38d772b437
Support importing custom_route endpoints when mounting servers (#1470)
Co-authored-by: Jeremiah Lowin <jlowin@users.noreply.github.com>
Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
2025-08-12 12:57:38 -04:00
Jeremiah Lowin
2946041152
Update AGENTS.md (#1471) 2025-08-12 12:55:19 -04:00
dependabot[bot]
383a57c28a
Bump actions/create-github-app-token from 1 to 2 (#1436)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](https://github.com/actions/create-github-app-token/compare/v1...v2)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-11 21:07:36 -04:00
Jeremiah Lowin
26a2c2ed62
Update dedupe logic (#1460) 2025-08-11 18:49:52 -04:00
Jeremiah Lowin
5e52010cff
Update dedupe workflow (#1456) 2025-08-11 18:35:20 -04:00
Jeremiah Lowin
2a659b8236
Add dedupe workflow (#1454) 2025-08-11 18:30:05 -04:00
Jeremiah Lowin
646da66bc0
Update changelog (#1453) 2025-08-11 18:08:52 -04:00
Jeremiah Lowin
9b7bbd2801
Update static checks (#1448) v2.11.3
Co-authored-by: nate nowack <thrast36@gmail.com>
2025-08-11 17:35:41 -04:00
Jeremiah Lowin
dd34846266
Optimize OpenAPI payload size by 46% (#1452)
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-11 17:31:54 -04:00
Jeremiah Lowin
c6768dad5f
Add documentation for get_access_token() dependency function (#1446)
Co-authored-by: Jeremiah Lowin <jlowin@users.noreply.github.com>
Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
2025-08-11 13:01:44 -04:00
Jeremiah Lowin
1df4771909
Ensure transformed tools generate structured content (#1443) 2025-08-11 12:34:43 -04:00
Jeremiah Lowin
f8f05ca395
Clean up complexity from PR #1426 (#1435) 2025-08-10 21:55:17 -04:00
Jeremiah Lowin
18533951ad
Pin mcp SDK under 2.0 to avoid breaking changes (#1428) 2025-08-10 09:10:18 -04:00