Skip to content

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

Merged
its-mash merged 2 commits into
mainfrom
claude/feat-input-types
Feb 18, 2026
Merged

feat: add new input types, update schema, and add Grafana server#20
its-mash merged 2 commits into
mainfrom
claude/feat-input-types

Conversation

@its-mash

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 merged commit beabc97 into main Feb 18, 2026
1 of 2 checks passed
@its-mash
its-mash deleted the claude/feat-input-types branch February 19, 2026 10:53
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