Skip to content

Add mcp supabase_github migration example #127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

Haniehz1
Copy link

No description provided.

saqadri and others added 30 commits January 22, 2025 15:10
…ic-agent

example: add marimo notebook (basic mcp agent)
Document how to serve as a web app
example: Update marimo notebook README
…Message types, add MCP-model provider type converters, and add a "Done" agent for Swarm workflow
boxbag and others added 19 commits March 31, 2025 16:30
* fix examples

* remove logger and add comment
* Add azure-ai-inference package and update dependencies in pyproject.toml and uv.lock

* Add AzureSettings schema and configuration for MCP Agent

* Add AzureAugmentedLLM class for running Azure models

* Fix AzureAugmentedLLM generate_str() to append tool_calls

* Add api_version field to AzureSettings and update AzureAugmentedLLM initialization

* Add example usage and configuration for MCP Azure agent

* Enhance AzureAugmentedLLM to differentiate tool results in generate_str()

* Fix AzureAugmentedLLM generate_structured() to handle request_params properly.

* Update README and configuration files to clarify api_version usage for Azure

* Refactor dependency management in pyproject.toml to separate azure-ai-inference into optional dependencies

* Refactor AzureAugmentedLLM to use a ChatResponseMessage subclass that has optional content

* Fix typo in default_model name in mcp_agent.config.yaml

* Update README to provide example configurations and clarify api_version usage for Azure endpoints

* Add missing closing bracket for bedrock dependencies in uv.lock
* Create README.md

* Adding github to slack agent example

* Update README.md

* Adding extra info on setting up a slack bot

* Remove unused variable

* Removing unnecessary shutdown of logging

* Removing unused import
…astmile-ai#95)

* fix: update tool result content formatting in AnthropicAugmentedLLM

* fix: include type attribute in tool result content blocks

* Enhance tool result content conversion

* feat: add conversion method for MCP tool results to LLM input type

* feat: refactor tool result handling in AnthropicAugmentedLLM
…n AnthropicAugmentedLLM (lastmile-ai#99)

* Fix: Add final response prompt when max_iterations is reached with tool_use

* fix: Enhance final prompt message in max iterations scenario

---------

Co-authored-by: [email protected] <1gmrfyd2@>
Co-authored-by: rocky.mun <[email protected]>
…ai#120)

* fix/agent-functions

* Remove redundant __aenter__ and initialize
- Modified `execute_tool_call` method in OpenAIAugmentedLLM to convert content list to string
- Used "\n".join() to concatenate list items into a single string
- This addresses issue lastmile-ai#25 where OpenAI API rejects list-type content
- Follows OpenAI API specification requiring content to be string or null
- Prevents errors with LLMs like deepseek that strictly validate input format

The change ensures compatibility with OpenAI's API requirements which specify:
"content can only be a string or null. It cannot be a list, object, or any other type."

Co-authored-by: ask <[email protected]>
…i#122)

* Update mcp_agent.config.yaml

* Updating README for new Github MCP Server
@Haniehz1 Haniehz1 marked this pull request as ready for review April 11, 2025 14:57
@Haniehz1 Haniehz1 changed the title Add mcp supabase-github migration example Add mcp supabase_github migration example Apr 11, 2025
async with app.run() as agent_app:
context = agent_app.context

async with MCPConnectionManager(context.server_registry):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need this

Suggested change
async with MCPConnectionManager(context.server_registry):

@Haniehz1 Haniehz1 closed this Apr 24, 2025
@Haniehz1 Haniehz1 force-pushed the add-supabase-github-migration branch from 92af0bd to e2dfef3 Compare April 24, 2025 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.