Skip to content

Mcp3 #20435

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 2 commits into from
Jun 6, 2025
Merged

Mcp3 #20435

merged 2 commits into from
Jun 6, 2025

Conversation

ktsaou
Copy link
Member

@ktsaou ktsaou commented Jun 6, 2025

Minor fix in MCP for functions incorrectly dropping requests.

Added basic bring-your-own-LLM-key web client with MCP support.

ktsaou added 2 commits June 6, 2025 19:24
- Show model name instead of LLM proxy name in chat list
- Display token usage as "Xk/Yk" format instead of confusing percentages
- Make context window progress bar larger with better readability
- Center LLM responses at 80% width without background for natural flow
- Combine tool call and result into single expandable area
- Use subtle backgrounds for tool usage blocks
- Fix context window indicator to show correct model limits
- Remove duplicate `last` field and use only `limit` for all function types
- Extract limit parameter once instead of twice
- Allow non-history functions to accept limit parameter without errors
- Simplify code by using single field for the same purpose

This makes the API more consistent and flexible while reducing code complexity.
@ktsaou ktsaou merged commit 5c7c9cb into netdata:master Jun 6, 2025
78 of 94 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants