Commit graph

88 commits

Author SHA1 Message Date
Jeremiah Lowin
66be7c203b
Add v3 breaking changes notice to README (#2712) 2025-12-24 15:57:16 -05:00
SEONG SEOB KIM
b109cf05cb
Update FastMCP server documentation link (#2529)
The link to FastMCP Server Documentation was pointing to /servers/fastmcp which returns 404. Changed to /servers/server.

Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com>
2025-12-04 19:22:26 -05:00
Ayesha Shafique
e1d41f5e3b
Add Discord OAuth provider and corresponding tests (#2428)
* Add Discord OAuth provider and corresponding tests

* Update DiscordProvider client_secret and required_scopes documentation

* Add Discord to authentication support list in README

* Fix Discord token verifier to match actual API response format

Discord's /api/oauth2/@me endpoint returns:
- "scopes" as a list, not "scope" as a space-separated string
- "expires" as ISO timestamp, not "expires_in" as seconds
- "user" data directly in the response (no need for extra API call)

* Simplify Discord token verifier

---------

Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com>
2025-12-01 12:58:29 -05:00
Jeremiah Lowin
dcfd9ee387
Pin Cyclopts to v4.0.0 + compliance note (#2354)
* Pin cyclopts to v5.0.0a1+

* Document cyclopts/docutils licensing

* Update docs
2025-11-03 18:37:12 -05:00
nate nowack
aba7d762de
switch from pre-commit to prek (#2309)
* switch from pre-commit to prek

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

Co-Authored-By: Claude <noreply@anthropic.com>

* fix prek tools list in contributing.mdx - include prettier, not pytest

* Use prek-action for caching

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com>
2025-11-02 17:08:36 -05:00
William Easton
c002bc389c
Small Clean-up (#2247)
* Project Clean-up

* Move pytest-asyncio to dev dependencies and update agents.md
2025-10-24 19:11:01 -04:00
Jeremiah Lowin
c17f96d4e2
Update docs (#2094) 2025-10-14 16:38:21 -07:00
Jeremiah Lowin
8f1a9735f5
Update dark mode image in README (#1885) 2025-09-21 16:15:20 -04:00
Jeremiah Lowin
0fcf46933c
Update welcome images (#1884) 2025-09-21 16:13:35 -04:00
Jeremiah Lowin
7f7482824f
Update readme + welcome docs (#1883) 2025-09-21 15:43:35 -04:00
Wei Han (Henry)
f1a9778a29
Update result printing in README example 2025-09-05 18:15:42 +08:00
John B Nelson
3fc96c6fd5
Update openapi/fastapi URLs README.md (#1278) 2025-07-28 17:19:38 -04:00
Jeremiah Lowin
13e0e6e32b
Update README.md (#1230) 2025-07-22 11:06:15 -04:00
Jeremiah Lowin
5fc7aa04aa
Update README.md (#1165) 2025-07-16 10:16:27 -07:00
Jeremiah Lowin
9b85d492e8 Add http as an alias for streamable http 2025-06-22 18:35:28 -04:00
Jeremiah Lowin
8937f0a7e0 Fix install link in readme 2025-06-14 14:22:20 -04:00
Jeremiah Lowin
06dcff3b3b Add tests 2025-06-14 09:22:29 -04:00
Jeremiah Lowin
de1a655612 update welcome docs 2025-06-11 20:15:50 -04:00
Jeremiah Lowin
0b3fa32946 Add links to prefect 2025-06-09 18:17:46 -04:00
Jeremiah Lowin
d64077b03b remove empty parens from prompt 2025-06-05 14:56:10 -04:00
Jeremiah Lowin
5a0f57498f remove empty parens from tool 2025-06-05 14:55:32 -04:00
Alain IVARS
e1f382c1cc Fix links in README.md 2025-06-05 11:05:59 +01:00
Jeremiah Lowin
b3f80c5374 Add empty parens to docs 2025-06-04 17:39:57 -04:00
Jeremiah Lowin
099d340208 Update tests for prompts 2025-06-04 16:37:41 -04:00
Jeremiah Lowin
d1549c3d35 Remove empty parens 2025-06-04 15:37:55 -04:00
Jeremiah Lowin
93d84489fc Update auth docs 2025-06-03 09:11:50 -04:00
Jeremiah Lowin
53f2d4da1e Update readme 2025-06-02 18:24:49 -04:00
Jeremiah Lowin
9b1c929c74 Update welcome 2025-06-02 16:48:15 -04:00
Jeremiah Lowin
6436adaaf3 Split into routemapfn and mcpcomponentfn 2025-05-23 11:03:57 -04:00
Jeremiah Lowin
b2dc2f0473 Clean up 2025-05-20 21:10:44 -04:00
Jeremiah Lowin
9a2d92b46d Add as_proxy improvements and tests 2025-05-17 12:23:48 -04:00
Jeremiah Lowin
b6d1b3f52f Deprecate transport-specific methods 2025-05-10 11:34:47 -04:00
Jeremiah Lowin
20ee719f7e
Merge pull request #384 from jlowin/llmstxt
Add llms.txt to docs
2025-05-09 11:32:11 -04:00
Jeremiah Lowin
bc0c9361ed Add llms.txt to docs 2025-05-09 11:15:54 -04:00
Jeremiah Lowin
a6fe65bbc1 Update transport docs 2025-05-08 17:52:36 -04:00
Alain IVARS
cc6ecca416
Merge branch 'main' into tests_coverage 2025-05-04 08:53:20 +01:00
Jeremiah Lowin
3100a14416 Update docs for clarity 2025-05-03 20:37:04 -04:00
Alain IVARS
21fc1e56ef
Merge branch 'main' into tests_coverage 2025-05-03 09:09:05 +01:00
Alain IVARS
3539de0c82 Refactor tests (remove duplicate). Add test coverage for simple_echo, complex_inputs, desktop, echo. 2025-05-03 09:01:34 +01:00
Jeremiah Lowin
3718ad98ef Add auth support 2025-05-02 15:49:24 -04:00
TechWIthTy
1e3378373f
Update README.md Grammar error 2025-04-24 20:07:32 -06:00
Jeremiah Lowin
fa3e327cac Update README.md 2025-04-24 12:13:28 -04:00
Jeremiah Lowin
b81d1a11ec Indicate that Image class is for returns 2025-04-24 12:11:00 -04:00
Tim Kellogg
4e7a916b6d Added note on how stderr is handled in clients 2025-04-18 08:15:40 -04:00
Jeremiah Lowin
526f1993c2 update docs 2025-04-15 21:29:15 -04:00
Jeremiah Lowin
ebe06c3950
Update README.md 2025-04-14 07:38:16 -04:00
Jeremiah Lowin
ac79aeaf37 Update description 2025-04-13 22:02:15 -04:00
Jeremiah Lowin
027da6592f Minor docs updates 2025-04-13 17:37:50 -04:00
Jeremiah Lowin
58264bfe96 update readme 2025-04-13 15:50:44 -04:00
Jeremiah Lowin
806c56261d Update README.md 2025-04-11 11:49:20 -04:00