docs: correct flapii packaging (bundled in flapi-io, not a separate PyPI package) - #112
Merged
Merged
Conversation
…PyPI package The docs claimed flapii is published to PyPI as its own package (pip install flapii) and that a release produces 8 wheels. In reality the single flapi_io wheel bundles BOTH the flapi server and the flapii CLI binaries with a console-script for each, so pip install flapi-io provides both commands; there is no flapii PyPI package (pypi.org/project/flapii is 404) and a release produces 4 flapi_io wheels. Also corrected the release workflow reference (build.yaml, not release.yaml) and the trusted-publisher table.
… README Adds the new MCP capabilities (dual-era 2026-07-28, Tasks extension, typed inputSchema/structuredContent/outputSchema, OAuth discovery, pagination, resource templates, x-mcp-header) to the top Features bullet and the MCP Key Features section, pointing at MCP_REFERENCE §11.
…sion Technical blog post for the flapi.io audience covering the dual-era MCP 2026-07-28 support, the Tasks extension for long-running queries, OAuth discovery, and the typed-schema/structuredContent/isError improvements.
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
Corrects inaccurate packaging/release docs in AGENTS.md (surfaced during the v26.08.31 release):
flapiiis not a separate PyPI package (pypi.org/project/flapiiis 404). The singleflapi_iowheel bundles both theflapiserver and theflapiiCLI binaries, with a console-script for each — sopip install flapi-ioprovides bothflapiandflapii.flapi_iowheels (one per platform), not 8.build.yaml(there is norelease.yaml); only theflapi-iotrusted-publisher environment exists.Verified against the published v26.08.31 wheel (
flapi_io/bin/flapi+flapi_io/bin/flapii, entry pointsflapi/flapii).Test plan
🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.