Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -888,31 +888,31 @@ jobs:
--binary ./artifacts/flapii-linux-amd64/flapii --entry-point flapii \
--platform linux-x86_64 --output-dir dist/flapi-io \
--description "SQL-to-API server" --author "DataZoo GmbH" \
--license Apache-2.0 --url https://github.com/DataZooDE/flapi \
--license BUSL-1.1 --url https://github.com/DataZooDE/flapi \
--readme ./Readme.md

bin-to-wheel --name flapi-io --version "$WHEEL_VERSION" \
--binary ./artifacts/flapi-linux-arm64/flapi --entry-point flapi \
--binary ./artifacts/flapii-linux-arm64/flapii --entry-point flapii \
--platform linux-arm64 --output-dir dist/flapi-io \
--description "SQL-to-API server" --author "DataZoo GmbH" \
--license Apache-2.0 --url https://github.com/DataZooDE/flapi \
--license BUSL-1.1 --url https://github.com/DataZooDE/flapi \
--readme ./Readme.md

bin-to-wheel --name flapi-io --version "$WHEEL_VERSION" \
--binary ./artifacts/flapi-macos-arm64/flapi --entry-point flapi \
--binary ./artifacts/flapii-macos-arm64/flapii --entry-point flapii \
--platform macos-arm64 --output-dir dist/flapi-io \
--description "SQL-to-API server" --author "DataZoo GmbH" \
--license Apache-2.0 --url https://github.com/DataZooDE/flapi \
--license BUSL-1.1 --url https://github.com/DataZooDE/flapi \
--readme ./Readme.md

bin-to-wheel --name flapi-io --version "$WHEEL_VERSION" \
--binary ./artifacts/flapi-windows-amd64/flapi.exe --entry-point flapi \
--binary ./artifacts/flapii-windows-amd64/flapii.exe --entry-point flapii \
--platform windows-x64 --output-dir dist/flapi-io \
--description "SQL-to-API server" --author "DataZoo GmbH" \
--license Apache-2.0 --url https://github.com/DataZooDE/flapi \
--license BUSL-1.1 --url https://github.com/DataZooDE/flapi \
--readme ./Readme.md

- name: Upload flapi-io wheels
Expand Down
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,12 @@ For more detailed information, check out our [full documentation](docs/):
- **[Cloud Storage Guide](docs/CLOUD_STORAGE_GUIDE.md)** - Using cloud storage backends (S3, GCS, Azure)
- **[Architecture & Design](docs/spec/)** - System architecture, design decisions, and component documentation

### MCP Registry

flAPI is listed in the official [MCP Registry](https://registry.modelcontextprotocol.io) under the name below (this line also serves as the registry's PyPI ownership marker):

mcp-name: io.github.datazoode/flapi

## 📊 Telemetry

flAPI sends anonymous `application_start` and `application_stop` events to help the team understand adoption. No query data, credentials, or personal information is ever sent.
Expand Down
Loading