Add LICENSE, AGENTS.md, smithery.yaml, English README intro#1
Merged
Merged
Conversation
…r metadata - LICENSE (MIT) so the published npm package and Smithery deployments ship with explicit license terms. - AGENTS.md is the dedicated agent-facing playbook covering the hosted Streamable-HTTP endpoint at https://uapis.cn/mcp, npm/stdio install, per-agent wiring snippets (Claude / Cursor / etc.), tool overview, auth, rate-limits, and links to all UAPI discovery surfaces. - smithery.yaml + Dockerfile so the server can be one-click deployed on smithery.ai via the published npm package. - README.md gains an English summary block with badges (npm version, Node, MCP protocol version, license) and a wiring matrix; the existing 中文 documentation is preserved beneath the new section. - package.json: human-readable English description, homepage now points to https://uapis.cn/mcp, license=MIT, plus npm-search-friendly keywords (mcp, model-context-protocol, uapi, public-api, ...). - manifest.json: same keywords/description treatment so the manifest is consistent with package.json and surfaces well in MCP registries. Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Make
uapi-mcpready to land on the public MCP registries (Smithery, mcphub.io, mcp.run) and easier to consume from any AI agent.https://uapis.cn/mcp, MIT license, npm-search-friendly keywordsReview & Testing Checklist for Human
npm packstill produces a runnable tarball (no missing files)npm publishfor 0.1.2 picks up the new metadata (description, keywords, license, homepage)