Skip to content

docs: correct flapii packaging (bundled in flapi-io, not a separate PyPI package) - #112

Merged
jrosskopf merged 3 commits into
mainfrom
docs/fix-packaging-flapii-bundled
Aug 31, 2026
Merged

docs: correct flapii packaging (bundled in flapi-io, not a separate PyPI package)#112
jrosskopf merged 3 commits into
mainfrom
docs/fix-packaging-flapii-bundled

Conversation

@jrosskopf

@jrosskopf jrosskopf commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Summary

Corrects inaccurate packaging/release docs in AGENTS.md (surfaced during the v26.08.31 release):

  • flapii is not a separate PyPI package (pypi.org/project/flapii is 404). 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 flapi and flapii.
  • A release produces 4 flapi_io wheels (one per platform), not 8.
  • The tag-triggered release runs in build.yaml (there is no release.yaml); only the flapi-io trusted-publisher environment exists.

Verified against the published v26.08.31 wheel (flapi_io/bin/flapi + flapi_io/bin/flapii, entry points flapi/flapii).

Test plan

  • Docs-only change; no code affected.

🤖 Generated with Claude Code


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

…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.
@jrosskopf
jrosskopf merged commit a226780 into main Aug 31, 2026
9 checks passed
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