Commit graph

1,988 commits

Author SHA1 Message Date
Jeremiah Lowin
0d8bfd6efd chore: Streamline GitHub workflows with automated PR creation
- Replace direct commits with PR creation using Marvin bot
- Remove redundant Python setup steps (uv handles this)
- Update to create-pull-request@v7
- Use fixed branch names to minimize maintainer work
2025-08-24 19:35:09 -04:00
Jeremiah Lowin
1f3f82d245
Implement typed source system for FastMCP configuration (#1607) 2025-08-24 16:32:37 -04:00
Jeremiah Lowin
007af5d9b3 Merge branch 'main' of https://github.com/jlowin/fastmcp 2025-08-23 19:54:25 -04:00
Jeremiah Lowin
afedabeaf0
Fix and centralize CLI path resolution (#1590) 2025-08-23 15:37:00 -04:00
Israël Hallé
587e37f059
Add setting to disable logging configuration (#1575) 2025-08-23 15:33:17 -04:00
Jeremiah Lowin
74ce25726a
move schemas to fastmcp.json (#1597) 2025-08-23 09:52:18 -04:00
Jeremiah Lowin
87b6d9d9b4 move schemas to fastmcp.json 2025-08-23 09:50:59 -04:00
Jeremiah Lowin
b34519c356
Update schema path (#1595) 2025-08-23 09:47:58 -04:00
Jeremiah Lowin
6c51dad870
Skip flaky windows test (#1596) 2025-08-23 09:43:01 -04:00
Jeremiah Lowin
c7984e2cf2
Check if schemas can live in "public" dir (#1594) 2025-08-23 09:27:06 -04:00
Jeremiah Lowin
e3f829197d
Skip flaky windows test / mulit-client garbage collection (#1592) 2025-08-23 09:25:28 -04:00
Jeremiah Lowin
e09778cbc2
nest schemas under assets (#1593) 2025-08-23 09:23:53 -04:00
Jeremiah Lowin
47e6d2c0a3
Remove generate-schema from public CLI (#1591) 2025-08-23 09:13:20 -04:00
Jeremiah Lowin
302eb9c3f5
Remove invalid-argument-type ignore and fix type errors (#1588)
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-22 20:19:22 -04:00
Jeremiah Lowin
c730aaa6b0
Document symmetric key JWT verification support (#1586) 2025-08-22 19:35:08 -04:00
dependabot[bot]
ade9dbdba4
Bump actions/checkout from 4 to 5 (#1533)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-22 15:54:51 -04:00
dependabot[bot]
0350079dca
Bump astral-sh/setup-uv from 4 to 6 (#1532)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-22 15:54:38 -04:00
Jeremiah Lowin
839a022b07
Add configurable redirect URI validation for OAuth providers (#1582) 2025-08-22 15:52:56 -04:00
Sebastian Kalisz
fe8056fe30
Added import of AuthProxy to auth __init__ (#1568) 2025-08-21 16:28:02 -04:00
Jeremiah Lowin
0d01b74abf
Update banner (#1567) 2025-08-21 08:24:23 -04:00
Jeremiah Lowin
a302385361
fix: eliminate pytest warnings (#1559)
Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
Co-authored-by: Jeremiah Lowin <jlowin@users.noreply.github.com>
2025-08-21 07:49:42 -04:00
William Easton
d32a2b953e
Fallback to a Completions API when Sampling is not available (#1145) 2025-08-21 07:49:29 -04:00
William Easton
76eb6dda25
Adjust timeout for slow MCP Server shutdown test
Adjust timeout for slow MCP Server shutdown test
2025-08-20 17:20:25 -05:00
William Easton
bca5c71f82
Add longer timeout for flaky mcp lifespan test 2025-08-20 16:54:24 -05:00
Jeremiah Lowin
c3d1176a69
Add WorkOS and Azure OAuth providers (#1550) 2025-08-20 16:22:03 -04:00
Jeremiah Lowin
04ba8619fb
Update marvin-label-triage.yml (#1557) 2025-08-20 14:40:16 -04:00
nate nowack
c8b3105eb4
Merge pull request #1556 from zzstoatzz/main
update aproto server to handle rich links
2025-08-20 13:27:20 -05:00
nate nowack
a546384e61
Merge pull request #1 from zzstoatzz/fix-atproto-link-facets
fix: auto-detect URLs in ATProto posts for clickable links
2025-08-20 11:33:28 -05:00
zzstoatzz
04efab4257 fix: auto-detect URLs in ATProto posts for clickable links
The ATProto MCP server now properly handles URLs in posts by:
- Auto-detecting plain URLs in text and creating facets to make them clickable
- Supporting rich text links with custom anchor text
- Preventing overlap between auto-detected and explicitly provided links

This ensures all URLs are clickable on Bluesky, whether they're plain URLs
in text or rich text links with custom anchors.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-20 11:31:56 -05:00
zzstoatzz
d3f120a059 undo unnecessary client change 2025-08-20 00:54:09 -05:00
zzstoatzz
5fd8ba1aa4 reauth client 2025-08-20 00:36:16 -05:00
Jeremiah Lowin
9ecde631b6
feat: trigger Marvin workflow on PR body content (#1549) 2025-08-19 17:34:54 -04:00
nate nowack
77b425c47d
switch from pyright to ty (#1545) 2025-08-19 17:22:52 -04:00
Jeremiah Lowin
2d3d5392f1
feat: introduce fastmcp.json configuration system (#1517) 2025-08-19 16:06:04 -04: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