Commit graph

1,207 commits

Author SHA1 Message Date
Jeremiah Lowin
81f00a4a05
Merge pull request #768 from jlowin/prefect-links
Add docs links
2025-06-09 18:18:01 -04:00
Jeremiah Lowin
0b3fa32946 Add links to prefect 2025-06-09 18:17:46 -04:00
Jeremiah Lowin
6c05d1ab95
Merge pull request #767 from jlowin/updates
Add "stop vibe testing" to tutorials
2025-06-09 18:04:13 -04:00
Jeremiah Lowin
3da211bdcf Add "stop vibe testing" to tutorials 2025-06-09 18:03:58 -04:00
Jeremiah Lowin
5a96a9a423
Merge pull request #766 from jlowin/updates
Hide docs sidebar scrollbar by default
2025-06-09 18:03:16 -04:00
Jeremiah Lowin
6d7994bc22 Hide sidebar by default 2025-06-09 18:02:34 -04:00
Jeremiah Lowin
2f5fe36799
Merge pull request #765 from jlowin/updates
Update updates.mdx
2025-06-09 17:54:55 -04:00
Jeremiah Lowin
8d1e377671 Update updates.mdx 2025-06-09 17:54:46 -04:00
Jeremiah Lowin
c78cb64bb2 Update updates.mdx 2025-06-09 17:38:21 -04:00
Jeremiah Lowin
63ef64f5c7
Merge pull request #764 from jlowin/enhancements-release
Split out enhancements in release notes
2025-06-09 17:28:12 -04:00
Jeremiah Lowin
a10ebae702 Split out enhancements in release notes 2025-06-09 17:27:19 -04:00
Jeremiah Lowin
1224d3ae34
Merge pull request #763 from Maanas-Verma/config-refactor
MCPConfig refactor
2025-06-09 09:48:59 -04:00
Maanas Verma
d92fc34585
Refactor MCPConfig import in transports.py
- Consolidate MCPConfig and infer_transport_type_from_url imports into a single line.
- Remove unnecessary TYPE_CHECKING block for MCPConfig import.
- Clean up imports for better readability.
2025-06-09 15:04:40 +05:30
Maanas Verma
3299562558
Merge branch 'main' of https://github.com/Maanas-Verma/fastmcp 2025-06-09 14:47:05 +05:30
Maanas Verma
ca848361c7
remove http from remoteMCPServer model and resolve MCPConfig import in transports.py 2025-06-09 13:58:16 +05:30
Jeremiah Lowin
cbd6584f7a
Merge pull request #761 from jlowin/release
Add dependencies section to release
2025-06-08 17:21:16 -04:00
Jeremiah Lowin
ec9fd759a7 Add dependencies section to release 2025-06-08 16:51:29 -04:00
Jeremiah Lowin
18ea2ccf4a
Merge pull request #760 from jlowin/dependabot/github_actions/astral-sh/setup-uv-6
Bump astral-sh/setup-uv from 3 to 6
2025-06-08 16:36:23 -04:00
dependabot[bot]
b9ed56c2e0
Bump astral-sh/setup-uv from 3 to 6
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 3 to 6.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](https://github.com/astral-sh/setup-uv/compare/v3...v6)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-08 20:34:38 +00:00
Jeremiah Lowin
5d77cb1835
Merge pull request #759 from jlowin/jlowin-patch-1
Create dependabot.yml
2025-06-08 16:34:05 -04:00
Jeremiah Lowin
f416164487
Create dependabot.yml 2025-06-08 16:33:50 -04:00
Jeremiah Lowin
7fbefe9172
Merge pull request #758 from jlowin/initialize
Ensure client is only initialized once
2025-06-08 14:53:50 -04:00
Jeremiah Lowin
8c137e3b2a prevent double passing of client info 2025-06-08 14:51:24 -04:00
Jeremiah Lowin
bc59a4fbf5 Ensure client is only initialized once 2025-06-08 14:48:05 -04:00
Jeremiah Lowin
69c2945d1f
Merge pull request #757 from jlowin/2.7-update
Reduce 2.7 image size
2025-06-08 08:57:06 -04:00
Jeremiah Lowin
e6763672e8 Shrink image 2025-06-08 08:56:41 -04:00
Jeremiah Lowin
5e440e2be7
Merge pull request #756 from jlowin/2.7-update
Add 2.7 update
2025-06-08 08:55:28 -04:00
Jeremiah Lowin
bd76a7f6b8 Add 2.7 update 2025-06-08 08:55:09 -04:00
Jeremiah Lowin
ca4456073d
Merge pull request #755 from jlowin/docs-updates
Minor docs updates
2025-06-07 22:09:02 -04:00
Jeremiah Lowin
983ac04481 Minor docs updates 2025-06-07 22:08:44 -04:00
Jeremiah Lowin
9b97637e04
Merge pull request #754 from jlowin/mcpconfig-auth v2.7.1
Fix passing token string to client auth & add auth to MCPConfig clients
2025-06-07 21:44:06 -04:00
Jeremiah Lowin
43bf19c612
Merge pull request #753 from jlowin/event-store-type
Ensure event store is properly typed
2025-06-07 21:43:10 -04:00
Jeremiah Lowin
6fbb555962 Support remote auth in mcpconfig 2025-06-07 21:39:57 -04:00
Jeremiah Lowin
6d36171f38 Fix passing token string to client auth 2025-06-07 21:39:50 -04:00
Jeremiah Lowin
1edf21e2ee Ensure event store is properly typed 2025-06-07 21:04:38 -04:00
Jeremiah Lowin
1914c96261
Merge pull request #751 from jlowin/accept-header
Add accept to excluded headers
2025-06-07 21:02:42 -04:00
Jeremiah Lowin
09f5a6e08e
Merge pull request #752 from danb27/chore/fix-prompt-doc
chore: fix prompt docstring
2025-06-07 21:02:20 -04:00
Jeremiah Lowin
f4df37dc0c Add accept to excluded headers 2025-06-07 20:56:35 -04:00
Dan Bianchini
1bd96571a4
chore: fix prompt docstring 2025-06-07 17:49:38 -07:00
Jeremiah Lowin
74675a52c6
Merge pull request #749 from richardkmichael/docs-contrib-link
Fix contrib link
2025-06-07 18:57:39 -04:00
Richard Michael
7ef093cf43 Fix contrib link 2025-06-07 15:54:07 -07:00
Jeremiah Lowin
94a931f2f3
Merge pull request #747 from jlowin/cache
Respect cache setting, set default to 1 second
2025-06-07 18:37:14 -04:00
Jeremiah Lowin
e7672bf0bc Update test_mount.py 2025-06-07 17:37:48 -04:00
Jeremiah Lowin
012fccb1ff Restore default to zero 2025-06-07 17:36:13 -04:00
Jeremiah Lowin
c893847846 Respect cache setting, set default to 1 2025-06-07 17:32:50 -04:00
Jeremiah Lowin
9206c07a6a
Merge pull request #737 from wfclark5/main
Fix Typo in CLI module
2025-06-06 22:18:28 -04:00
Jeremiah Lowin
31beb4459e
Merge pull request #739 from strawgate/update-add-tool-docstring
update add tool docstring
2025-06-06 22:18:02 -04:00
William Easton
5c75af1fbc
updated add tool docstring 2025-06-06 16:37:48 -05:00
Will Clark
d50b3443c5
Fix Typo in CLI module 2025-06-06 14:29:16 -04:00
Jeremiah Lowin
1d80a50b72
Merge pull request #734 from yrangana/main
Docs : fix client to mcp_client in Gemini example
2025-06-06 07:46:54 -04:00