Skip to content

feat: add new input types, update schema, and add Grafana server - #19

Closed
its-mash wants to merge 2 commits into
mainfrom
add-grafana-mcp
Closed

feat: add new input types, update schema, and add Grafana server#19
its-mash wants to merge 2 commits into
mainfrom
add-grafana-mcp

Conversation

@its-mash

@its-mash its-mash commented Feb 18, 2026

Copy link
Copy Markdown
Member

Summary

  • Update JSON schema to support select, file_path, and directory_path input types (removes password — replaced by text + secret: true)
  • Add options property to schema for select type inputs
  • Update existing server definitions to use the new input types:
    • community.filesystem.json: ALLOWED_DIRdirectory_path
    • community.sqlite.json: DB_PATHfile_path
    • community.playwright.json: PLAYWRIGHT_MCP_BROWSERselect with browser options
  • Bump schema_version to 2.1 across all server definitions
  • Add Grafana MCP server definition

Test plan

Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
- filesystem: ALLOWED_DIR → directory_path
- sqlite: DB_PATH → file_path
- playwright: PLAYWRIGHT_MCP_BROWSER → select with chrome/firefox/webkit/msedge options

Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
@its-mash its-mash changed the title feat: add Grafana MCP server definition feat: add new input types, update schema, and add Grafana server Feb 18, 2026
@its-mash its-mash closed this Feb 18, 2026
@its-mash
its-mash deleted the add-grafana-mcp branch February 18, 2026 15:10
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.

1 participant