Commit graph

408 commits

Author SHA1 Message Date
Jeremiah Lowin
a4e233711f
Merge pull request #233 from jlowin/ping v2.2.2
Document ping
2025-04-23 11:45:31 -07:00
Jeremiah Lowin
d78425cd3f Document ping 2025-04-23 14:44:59 -04:00
Jeremiah Lowin
d6bf0b98c8
Merge pull request #222 from lingfengchencn/patch-2
fix fastmcp version ,python path valueError
2025-04-23 11:35:36 -07:00
Jeremiah Lowin
6ce6b116a7
Merge branch 'main' into patch-2 2025-04-23 11:34:36 -07:00
Jeremiah Lowin
3c758d59ae Update cli.py 2025-04-23 14:34:22 -04:00
Jeremiah Lowin
fb175c98ea
Merge pull request #232 from jlowin/remove-mock
Remove mock transport
2025-04-23 11:27:54 -07:00
Jeremiah Lowin
5ed101284a Remove mock transport 2025-04-23 14:26:13 -04:00
Jeremiah Lowin
9c55222f59
Merge pull request #220 from yihuang/main
fix issues with proxy mcp server
2025-04-23 11:24:25 -07:00
Jeremiah Lowin
0fff03f71a
Merge pull request #231 from jlowin/contrib
Ensure contrib is importable
2025-04-23 11:16:31 -07:00
Jeremiah Lowin
dcbb4902b2
Merge pull request #228 from yihuang/executable
feat: use sys.executable instead of python on PATH
2025-04-23 11:14:28 -07:00
Jeremiah Lowin
fee097f86d Update contrib.mdx 2025-04-23 14:13:24 -04:00
Jeremiah Lowin
7266daa753 Add docs 2025-04-23 14:12:14 -04:00
Jeremiah Lowin
2cc577168b Ensure contrib is importable 2025-04-23 14:12:00 -04:00
yihuang
fb21ccb50e
feat: use sys.executable instead of python on PATH 2025-04-23 10:37:40 +08:00
Krasus.Chen
296f1c312e
fix fastmcp version ,python path valueError
run fastmcp version  , when codes in other volume
```
ValueError: '/Volumes/Codes/../.venv/lib/python3.13' is not in the subpath of '/Users/<user home>'
```
2025-04-21 13:25:54 +08:00
yihuang
ad41ca7dc8
fix format 2025-04-21 13:21:11 +08:00
yihuang
e962f4d312
fix test 2025-04-21 13:18:11 +08:00
yihuang
5bbad74044
add unit test 2025-04-21 13:14:46 +08:00
yihuang
0af58a85a6
simply nesting handling 2025-04-21 13:04:07 +08:00
yihuang
3fb036cf89
fix format 2025-04-21 11:51:23 +08:00
yihuang
5a57f16989
fix 2025-04-21 11:44:55 +08:00
yihuang
5e86c63bd8
fix format 2025-04-21 11:37:27 +08:00
yihuang
6aab804013
fix ruff 2025-04-21 11:34:51 +08:00
yihuang
bbc7480189
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-21 11:25:47 +08:00
yihuang
4bb3503b63
Update src/fastmcp/server/proxy.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-21 11:24:33 +08:00
yihuang
0a29d59813
fix client nested context manager 2025-04-21 11:21:34 +08:00
yihuang
99ed499f13
fix: proxy mcp server should tolerate METHOD_NOT_FOUND 2025-04-21 10:36:29 +08:00
Jeremiah Lowin
0c15d60696
Merge pull request #218 from jlowin/kwargs v2.2.1
Pass kwargs correctly
2025-04-20 17:54:12 -07:00
Jeremiah Lowin
bfda92e95c Remove bad test 2025-04-20 17:51:37 -07:00
Jeremiah Lowin
ee6964221a Pass kwargs correctly 2025-04-20 17:44:18 -07:00
Jeremiah Lowin
a2c1e14e5d
Merge pull request #217 from jlowin/templates
Create config.yml
2025-04-20 17:06:01 -07:00
Jeremiah Lowin
aaa8b2280e Update config.yml 2025-04-20 17:05:47 -07:00
Jeremiah Lowin
56c419af87 Create config.yml 2025-04-20 17:03:31 -07:00
Jeremiah Lowin
4af03bdbf0
Merge pull request #216 from jlowin/templates
Add issue templates
2025-04-20 17:02:00 -07:00
Jeremiah Lowin
3e65787ddd Add issue templates 2025-04-20 17:01:38 -07:00
Jeremiah Lowin
5a985e2073
Merge pull request #215 from strawgate/bulk-tool-caller
Example: Bulk Tool Caller
2025-04-20 16:49:58 -07:00
strawgate
9e5c5d0210 Initial Implementation 2025-04-20 17:37:29 -05:00
strawgate
a49337f02d Add an init to make mcp_mixin a module 2025-04-20 11:27:26 -05:00
Jeremiah Lowin
8582099ddd
Merge pull request #206 from amSiddiqui/update-dotenv
Replace deprecate `dotenv` with supported `python-dotenv`
2025-04-18 14:40:56 -04:00
Aamir Siddiqui
77248094ee replace dotenv dependency with python-dotenv 2025-04-18 16:18:23 +01:00
Aamir Siddiqui
a9c7abcfac update uv.lock with uv sync 2025-04-18 16:11:41 +01:00
Jeremiah Lowin
126ced7296
Merge pull request #177 from strawgate/McpRegisterable-example
McpMixin Example
2025-04-18 08:54:31 -04:00
Jeremiah Lowin
aba942b9e9 Do run pyright; update tests for coros 2025-04-18 08:52:37 -04:00
Jeremiah Lowin
7a9af62199 run tests on forks 2025-04-18 08:46:45 -04:00
Jeremiah Lowin
16dd2ee252 Fix static checks 2025-04-18 08:44:48 -04:00
Jeremiah Lowin
81cc7a6225 Exclude contrib dirs from pyright 2025-04-18 08:44:43 -04:00
Jeremiah Lowin
ef21e5a88d
Merge branch 'main' into McpRegisterable-example 2025-04-18 08:38:12 -04:00
Jeremiah Lowin
7a2ca5d4ae
Merge pull request #200 from Minseok0917/update-docs
Fix missing parentheses in `@mcp.tool` decorator example
2025-04-18 08:37:27 -04:00
Jeremiah Lowin
f4c61e3c58
Merge pull request #203 from tkellogg/main
Added note on how stderr is handled in clients
2025-04-18 08:36:05 -04:00
Tim Kellogg
4e7a916b6d Added note on how stderr is handled in clients 2025-04-18 08:15:40 -04:00