Skip to content

Add Universal MCP sdk #1743

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

Merged
merged 4 commits into from
Jul 3, 2025
Merged

Conversation

manojbajaj95
Copy link
Contributor

Description

Server Details

  • Changes to: README

Motivation and Context

Adds a new MCP Builder SDK

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

@manojbajaj95 manojbajaj95 changed the title Update README to include universal MCP sdk Add Universal MCP sdk May 12, 2025
@olaservo olaservo added the add-community-resource This pull request adds a link to a resource in the Readme. label Jun 13, 2025
Copy link
Member

@olaservo olaservo left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! I had a couple questions - when I try going to the AgentR site I can only get to a page asking to use my GitHub login. Could you share if there is more info on what you are asking users to authenticate to on your website?

@olaservo olaservo added the waiting for submitter Waiting for the submitter to provide more info label Jun 17, 2025
@manojbajaj95
Copy link
Contributor Author

@olaservo The SDK supports building mcp servers that support third party connections, say github with oauth or github with api key. By default we provide a manged server with agentr that has pre configured client_id, client_secret etc to allow users to directly build MCP servers without relying on agentr at all.
For eg, https://github.com/universal-mcp/firecrawl/blob/master/src/universal_mcp_firecrawl/server.py which loads env key fron environment.

@olaservo olaservo merged commit 5c3d274 into modelcontextprotocol:main Jul 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add-community-resource This pull request adds a link to a resource in the Readme. waiting for submitter Waiting for the submitter to provide more info
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants