mirror of
https://github.com/open-webui/mcpo.git
synced 2026-07-23 12:15:22 -04:00
[PR #44] [MERGED] feat: optimizing /docs and /tool/docs page #144
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/44
Author: @dfanr
Created: 4/4/2025
Status: ✅ Merged
Merged: 4/4/2025
Merged by: @tjbck
Base:
dev← Head:feature-add-links-for-docs📝 Commits (1)
9854e48When loading multiple MCP Servers from config file, add links jumping to tool's docs from root docs, also add link to jump back.📊 Changes
1 file changed (+20 additions, -27 deletions)
View changed files
📝
src/mcpo/main.py(+20 -27)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
When loading multiple MCP Servers from config file, add links jumping to tool's docs from root docs, also add link to jump back.
for example:
http://127.0.0.1:8000/docs
http://127.0.0.1:8000/memory/docs
Added
add quick links jumping between root docs and tools' docs
Changed
update src/mcpo/main.py
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.