Skip to content

Tags: vantage-sh/vantage-mcp-server

Tags

legacy-v1

Toggle legacy-v1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add multi-architecture support for release binaries (#47)

This commit adds support for building and releasing binaries for multiple
architectures to address issue #46, specifically enabling AWS Bedrock AgentCore
deployments which require ARM64 Linux containers.

Changes:
- Updated Makefile to build architecture-specific binaries:
  * Linux: AMD64 and ARM64 (critical for AWS Graviton)
  * macOS: ARM64
  * Windows: AMD64 and ARM64
- Added backward compatibility aliases for existing build targets
- Updated GitHub Actions release workflow to upload all architecture variants
- New binary naming convention: vantage-mcp-server-{os}-{arch}

Benefits:
- Enables deployment on AWS Bedrock AgentCore (ARM64 requirement)
- Supports AWS Graviton EC2 instances
- Provides better ARM64 cloud infrastructure support
- Maintains backward compatibility with existing build commands

Fixes #46

v0.0.6

Toggle v0.0.6's commit message
version bump v0.0.6

v0.0.5

Toggle v0.0.5's commit message
Version update

v0.0.4

Toggle v0.0.4's commit message
chore: Bump version.

v0.0.3

Toggle v0.0.3's commit message
chore: Bump version

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #25 from vantage-sh/nel/services

feat: Add list-cost-services tool.

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #21 from vantage-sh/nel/read-only-check-endpoints

chore: Return read-only error when accessing tools.

v0.0.1-test-1

Toggle v0.0.1-test-1's commit message
fix: Workflow pass correct token.

v0.0.1-test

Toggle v0.0.1-test's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
cross builds for release (#16)

* cross builds for release

* with a github action

* fix: Correctly pass env in Makefile.

* fix: Use depot-ubuntu-22.04 for build.