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

Skip to content

Station 0.17.0

Choose a tag to compare

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

Station 0.17.0 πŸš‚

Welcome to Station 0.17.0! 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.17.0

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

πŸ› Bug fixes

  • 6cc1a27: fix: Fix OpenAPI runtime to use mcp-go library properly (@epuerta9)
  • 32cd39d: fix: Handle null mcp_servers and improve OpenAPI detection (@epuerta9)
  • b9fd7f5: fix: OpenAPI runtime container compatibility and YAML support (@epuerta9)
  • 54ff631: fix: Prevent duplicate MCP servers when OpenAPI template has manual config (@epuerta9)
  • 6275c60: fix: Prevent duplicate SendRun when management channel executes agents (@epuerta9)

Other

  • 1c2cc56: build: Update UI build artifacts for OpenAPI editor (@epuerta9)
  • daebc3e: refactor: Change OpenAPI to use file references instead of embedding secrets (@epuerta9)

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.6...v0.17.0