Skip to content

add: Baseline MCP Server to Baseline in the wild #2877

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
Apr 19, 2025

Conversation

yamanoku
Copy link
Contributor

Using the Web Platform API, I built an MCP server to ask for the Baseline status.
https://github.com/yamanoku/baseline-mcp-server

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Apr 17, 2025
@captainbrosset
Copy link
Contributor

If people looking at this PR need more context about MCP: MCP stands for Model Context Protocol. See https://modelcontextprotocol.io/introduction. MCP is designed to let LLMs access data and execute actions. A lot of the AI agent discussions that are going around these days are using (or starting to use) MCP.

I've not been able to review the code for the MCP server that's proposed here in depth, mostly because I'm not able to read Japanese, but it seems really cool at a first glance.
From what I saw, this MCP server fetches features from webstatus.dev's API to check whether they are Baseline or not, and makes that information available to whatever LLM wants to use this server.

Copy link
Contributor

@captainbrosset captainbrosset left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving with a minor suggestion.

@yamanoku
Copy link
Contributor Author

Thank you! I am also creating an English version of the README, so please refer to that for more details.

@captainbrosset captainbrosset enabled auto-merge (squash) April 19, 2025 10:51
@captainbrosset captainbrosset merged commit 099deb6 into web-platform-dx:main Apr 19, 2025
3 checks passed
@yamanoku yamanoku deleted the patch-1 branch April 19, 2025 10:53
@ddbeck ddbeck changed the title add: Baseline MCP Server add: Baseline MCP Server to Baseline in the wild Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants