Skip to content

Commit

Permalink
update readme and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
grll committed Jan 25, 2025
1 parent aef38ab commit b0a6c48
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# MCPAdapt

![PyPI version](https://img.shields.io/pypi/v/mcpadapt)
![Python versions](https://img.shields.io/pypi/pyversions/mcpadapt)
![Tests](https://github.com/grll/mcpadapt/actions/workflows/ci.yml/badge.svg)
![License](https://img.shields.io/github/license/grll/mcpadapt)
![PyPI downloads](https://img.shields.io/pypi/dm/mcpadapt)
![GitHub Repo stars](https://img.shields.io/github/stars/grll/mcpadapt)

Unlock 650+ MCP servers tools in your favorite agentic framework.

Model Context Protocol is an open-source protocol introduced by Anthropic which allows anyone to simply and quickly make tools and resources available as "MCP Servers".
Expand Down Expand Up @@ -116,5 +123,5 @@ class YourFrameworkAdapter(ToolAdapter):
- [ ] support for crewAI?
- [ ] support for remote MCP Servers via SSE
- [x] support for jupyter notebook
- [ ] add tests
- [x] add tests

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ dependencies = [
"jsonref>=1.1.0",
"python-dotenv>=1.0.1",
]
classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

[project.optional-dependencies]
smolagents = [
Expand Down

0 comments on commit b0a6c48

Please sign in to comment.