Skip to main content
Glama

ResQ PyPIパッケージ

CI License

ResQ災害対応プラットフォーム用のPythonパッケージ。resq-software組織の下でPyPIに公開されています。

パッケージ

パッケージ

説明

バージョン

resq-mcp

FastMCPサーバー -- AIエージェントをドローンフリート、シミュレーション、災害インテリジェンスに接続します

PyPI

resq-dsa

検索、救助、地理空間運用向けの依存関係のないデータ構造とアルゴリズム

PyPI

アーキテクチャ

graph TB
    subgraph "resq-software/pypi"
        subgraph "packages/resq-mcp"
            MCP[resq-mcp<br/><i>FastMCP Server</i>]
            DTSOP[DTSOP<br/>Digital Twin Simulations]
            HCE[HCE<br/>Hybrid Coordination]
            PDIE[PDIE<br/>Predictive Intelligence]
            DRONE[Drone Fleet<br/>Telemetry & Control]
            MCP --> DTSOP
            MCP --> HCE
            MCP --> PDIE
            MCP --> DRONE
        end
        subgraph "packages/resq-dsa"
            DSA[resq-dsa<br/><i>Zero-Dep DSA</i>]
            BF[BloomFilter]
            CMS[CountMinSketch]
            GR[Graph + A*]
            HP[BoundedHeap]
            TR[Trie]
            DSA --> BF
            DSA --> CMS
            DSA --> GR
            DSA --> HP
            DSA --> TR
        end
    end

    AI[AI Clients<br/>Claude / VS Code / Cursor] -->|MCP protocol| MCP
    APP[Python Applications] -->|pip install| DSA

クイックスタート

# Install a package
pip install resq-mcp   # MCP server for AI agents
pip install resq-dsa   # Data structures (zero dependencies)

開発

# Clone and setup
git clone https://github.com/resq-software/pypi.git && cd pypi
./bootstrap.sh

# Work on a package
cd packages/resq-mcp && uv sync && uv run pytest
cd packages/resq-dsa && uv sync && uv run pytest

リリースフロー

graph LR
    PUSH[Push to main] --> SR[Semantic Release]
    SR -->|feat: / fix:| BUMP[Version Bump + Changelog]
    BUMP --> BUILD[Build sdist + wheel]
    BUILD --> ATTEST[Sigstore Attestation]
    ATTEST --> PYPI[Publish to PyPI]
    PYPI --> DOCKER[Docker Image<br/><i>resq-mcp only</i>]

両方のパッケージは、Trusted Publisher OIDCを使用したpython-semantic-releaseを使用しています。mainブランチへのConventional Commitsにより、自動的にバージョン管理、変更履歴の作成、公開が行われます。

ライセンス

Apache-2.0 -- Copyright 2025 ResQ Software

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
1dRelease cycle
23Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/resq-software/pypi'

If you have feedback or need assistance with the MCP directory API, please join our Discord server