Skip to content
Merged
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
cffc38f
Add FastMCP Toolset w/o tests
strawgate Sep 3, 2025
456900e
Adding tests
strawgate Sep 3, 2025
9bac437
PR Clean-up and coverage
strawgate Sep 4, 2025
1cf320e
Merge branch 'main' into fastmcp-toolset
strawgate Sep 4, 2025
edd89f2
Fix import
strawgate Sep 4, 2025
9c4fe38
Fix module import error
strawgate Sep 4, 2025
a46222f
Merge branch 'main' into fastmcp-toolset
strawgate Sep 4, 2025
27592c7
Trying to fix tests
strawgate Sep 4, 2025
0362fd7
Lint
strawgate Sep 6, 2025
eaa45c8
Merge branch 'main' into fastmcp-toolset
strawgate Sep 6, 2025
4bd0334
Address most PR Feedback
strawgate Sep 10, 2025
533e879
Merge branch 'main' into fastmcp-toolset
strawgate Sep 11, 2025
f2be96d
Address PR Feedback
strawgate Sep 11, 2025
0fd6929
Merge branch 'main' into fastmcp-toolset
strawgate Sep 11, 2025
881f306
Merge branch 'main' into fastmcp-toolset
strawgate Sep 29, 2025
dfcad61
Address PR Feedback
strawgate Sep 29, 2025
8776a67
add't updates
strawgate Sep 29, 2025
a171272
Add transport tests
strawgate Sep 29, 2025
6ea1dd3
Simplify init creation
strawgate Oct 1, 2025
81d004d
Update lock
strawgate Oct 1, 2025
880f355
Merge remote-tracking branch 'origin/main' into fastmcp-toolset
strawgate Oct 1, 2025
aade6d5
Remove accidental test file commit
strawgate Oct 1, 2025
8baad2d
Merge branch 'main' into fastmcp-toolset
strawgate Oct 11, 2025
31a3179
Updates to docs and tests
strawgate Oct 12, 2025
1c3b9e2
Merge branch 'main' into fastmcp-toolset
strawgate Oct 20, 2025
cc559d7
Fix test when package is not installed
strawgate Oct 20, 2025
623524b
lint
strawgate Oct 20, 2025
3766ba8
fix coverage test
strawgate Oct 20, 2025
e46bafc
Merge branch 'main' into fastmcp-toolset
strawgate Oct 21, 2025
71ab5ad
Merge branch 'main' into fastmcp-toolset
strawgate Oct 21, 2025
99c5042
Merge branch 'main' into fastmcp-toolset
DouweM Oct 21, 2025
34d36b9
Merge branch 'main' into pr/strawgate/2784
DouweM Oct 24, 2025
1b3e0fe
simplification
DouweM Oct 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ pip/uv-add "pydantic-ai-slim[openai]"
* `tavily` - installs `tavily-python` [PyPI ↗](https://pypi.org/project/tavily-python){:target="_blank"}
* `cli` - installs `rich` [PyPI ↗](https://pypi.org/project/rich){:target="_blank"}, `prompt-toolkit` [PyPI ↗](https://pypi.org/project/prompt-toolkit){:target="_blank"}, and `argcomplete` [PyPI ↗](https://pypi.org/project/argcomplete){:target="_blank"}
* `mcp` - installs `mcp` [PyPI ↗](https://pypi.org/project/mcp){:target="_blank"}
* `fastmcp` - installs `fastmcp` [PyPI ↗](https://pypi.org/project/fastmcp){:target="_blank"}
* `a2a` - installs `fasta2a` [PyPI ↗](https://pypi.org/project/fasta2a){:target="_blank"}
* `ag-ui` - installs `ag-ui-protocol` [PyPI ↗](https://pypi.org/project/ag-ui-protocol){:target="_blank"} and `starlette` [PyPI ↗](https://pypi.org/project/starlette){:target="_blank"}
* `dbos` - installs [`dbos`](durable_execution/dbos.md) [PyPI ↗](https://pypi.org/project/dbos){:target="_blank"}
Expand Down
Loading