simple-mcp-server v0.0.1
·
52 commits
to main
since this release
Simple MCP Server + Shiny Chat with MCP Support (#179) * Initial version of simple mcp server with companion simple shiny chat app * fixed error pertaining to unpacking from transport * Add .gitignore and update manifest files for simple MCP server and shiny chat app - Created .gitignore files for both simple MCP server and shiny chat app to exclude environment files. - Enhanced manifest.json for simple MCP server with metadata and versioning details. - Added manifest.json for simple shiny chat app with relevant metadata and dependencies. - Refactored main.py and app.py for improved readability and consistency. - Updated requirements.txt and pyproject.toml to include new dependencies. * Fix MCP client and chat app using asyncio support for tool registration and cleanup * Update .gitignore files and modify MCP endpoint to remove connect api tool until we have ability to use multiple integrations per app * add example category to these extensions * add required features * Add simple MCP server and shiny chat extensions with updated manifests to the github workflow * add tags to extensions.json * use jinja ext; widen supported python versions * pr feedback * updated look and feel; added setup screen for Chatlas and Visitor API key integration requirements * Add Simple MCP Server and Shiny Chat extensions with updated documentation and requirements - Added demo images for both Simple MCP Server and Simple Shiny Chat. - Updated README files to include detailed usage instructions and features. - Modified pyproject.toml and requirements.txt to reflect new dependencies and Python version requirements. - Removed unused MCP client code from Simple Shiny Chat in favor of Chatlas features * rename shiny chat to include mcp; adding contributing doc * Update extensions/simple-shiny-chat-with-mcp/manifest.json Co-authored-by: Jordan Jensen <[email protected]> * Add AWS Bedrock credentials check and update chat initialization logic; fix mcp delete-then-add issue. * Update README and index.html to include recommendation for minimum instances in content settings * lint fix * Update extensions/simple-mcp-server/README.md Co-authored-by: Neal Richardson <[email protected]> * updated readmes --------- Co-authored-by: Jordan Jensen <[email protected]> Co-authored-by: Neal Richardson <[email protected]>