mirror of
https://github.com/open-webui/mcpo.git
synced 2026-07-22 19:55:24 -04:00
[PR #69] [MERGED] Feat/sse mcp server connection #153
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/mcpo/pull/69
Author: @nohaz-h
Created: 4/11/2025
Status: ✅ Merged
Merged: 4/12/2025
Merged by: @tjbck
Base:
dev← Head:feature/sse-mcp-server-support📝 Commits (3)
8c8a35eMerge pull request #42 from open-webui/dev96047bcMerge pull request #53 from open-webui/dev6fbc97eAdded ability to connect to SSE MCP server📊 Changes
1 file changed (+31 additions, -15 deletions)
View changed files
📝
src/mcpo/main.py(+31 -15)📄 Description
I have added the ability to connect to SSE based MCP server by using mcp native sse client. The configuration can be made from command line by adding the "sse url://path/to/server" format as the server command or through config.json following Cursor's config example Cursor docs. The config.json can also be used to connect to both STDIO MCP servers and SSE MCP servers.
Usage of API key has not been tested with this implementation.
Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.