Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Station 0.16.3

Choose a tag to compare

@github-actions github-actions released this 13 Oct 23:15
· 90 commits to main since this release

Station 0.16.3 πŸš‚

Welcome to Station 0.16.3! This release includes improvements to the AI infrastructure platform that makes MCP servers as easy to discover, configure, and deploy as Docker containers.

Installation

One-liner install:

curl -sSL https://getstation.cloudshipai.com | bash

Or with specific version:

curl -sSL https://getstation.cloudshipai.com | bash -s -- --version v0.16.3

Manual download:
Download the appropriate binary for your platform from the assets below.

Go install:

go install github.com/cloudshipai/station/cmd/[email protected]

Changelog

πŸš€ Features

  • 8379ea9: feat: Add MCP prompts system and fix Docker cross-compilation ( <>)
  • cbeb815: feat: Add auto-sync after bundle installation with CloudShip authentication ( <>)
  • d089f7f: feat: Remove deprecated tool_calls and execution_steps from outputs and restore CloudShip status indicator ( <>)
  • 5ff6ef1: feat: Restore CloudShip Integration settings section in UI ( <>)

Other

  • 62a5da1: Add --api-key flag for easier onboarding without environment variables ( <>)
  • 51796ba: Change default MCP port from 3000 to 8586 ( <>)

What's Station?

Station transforms complex MCP server setup from hours of configuration into a 30-second guided wizard. Think of it as the "package manager for AI agents."

Key Features:

  • πŸ§™ AI-powered MCP server discovery from GitHub URLs
  • πŸ“‹ Interactive configuration wizards with validation
  • πŸš€ One-command deployment from repo to running server
  • πŸ€– Revolutionary AI agent platform with smart context management
  • πŸ”’ Enterprise security with local and remote deployment modes

Getting Started

# Initialize Station
stn init

# Discover and deploy any MCP server from GitHub
stn load https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem

# Access admin interface
ssh admin@localhost -p 2222

Full Changelog: v0.16.2...v0.16.3