+
Skip to content

Releases: cloudshipai/station

Station 0.16.5

14 Oct 13:48
Compare
Choose a tag to compare

Station 0.16.5 🚂

Welcome to Station 0.16.5! 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.5

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

Go install:

go install github.com/cloudshipai/station/cmd/main@v0.16.5

Changelog

🐛 Bug fixes

  • e12aa67: fix: Exclude variables.yml from Docker images to prevent credential leakage (@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.4...v0.16.5

Station 0.16.4

14 Oct 13:03
Compare
Choose a tag to compare

Station 0.16.4 🚂

Welcome to Station 0.16.4! 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.4

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

Go install:

go install github.com/cloudshipai/station/cmd/main@v0.16.4

Changelog

🚀 Features

  • cd70773: feat: Add automatic architecture detection for Docker image builds (@epuerta9)

🐛 Bug fixes

  • b5df790: fix: Improve Docker image build with correct ports and environment variables (@epuerta9)
  • a8eb729: fix: Improve MCP sync UX with timeout increase, spinner feedback, and smart cleanup ( <>)

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.3...v0.16.4

Station 0.16.3

13 Oct 23:15
Compare
Choose a tag to compare

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/main@v0.16.3

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

Station 0.16.2

13 Oct 13:56
Compare
Choose a tag to compare

Station 0.16.2 🚂

Welcome to Station 0.16.2! 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.2

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

Go install:

go install github.com/cloudshipai/station/cmd/main@v0.16.2

Changelog

🚀 Features

  • 36189fa: feat: Add comprehensive bundle manifest generation ( <>)
  • 313fd45: feat: Add manifest metadata to demo bundles and enhance UI ( <>)
  • 1cd9cf4: feat: Enable zero-config bundle deployment with environment variables ( <>)
  • 15119e7: feat: Implement comprehensive development workflow automation ( <>)

🐛 Bug fixes

  • e6506a0: fix: Enable lighthouse telemetry for server mode MCP executions ( <>)
  • 4458c15: fix: Pass lighthouse client to AgentService in management handler for IngestData dual flow ( <>)

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.1...v0.16.2

Station 0.16.1

12 Oct 17:45
Compare
Choose a tag to compare

Station 0.16.1 🚂

Welcome to Station 0.16.1! 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.1

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

Go install:

go install github.com/cloudshipai/station/cmd/main@v0.16.1

Changelog

🚀 Features

  • d2cf4a1: feat: Add bundle registry URL configuration and fix management channel dotprompt duplication ( <>)
  • af793dd: feat: Auto-trigger sync with variable resolution after MCP server operations ( <>)

🐛 Bug fixes

  • abfea83: fix: Add auto-sync validation for MCP server creation and graceful error handling ( <>)

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.0...v0.16.1

Station 0.16.0

10 Oct 18:02
Compare
Choose a tag to compare

Station 0.16.0 🚂

Welcome to Station 0.16.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.16.0

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

Go install:

go install github.com/cloudshipai/station/cmd/main@v0.16.0

Changelog

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.15.3...v0.16.0

Station 0.15.3

10 Oct 10:55
Compare
Choose a tag to compare

Station 0.15.3 🚂

Welcome to Station 0.15.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.15.3

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

Go install:

go install github.com/cloudshipai/station/cmd/main@v0.15.3

Changelog

🐛 Bug fixes

  • 49f5b59: fix: Remove tool_names from update_agent and auto-cleanup failed containers ( <>)

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.15.2...v0.15.3

Station 0.15.2

09 Oct 18:48
Compare
Choose a tag to compare

Station 0.15.2 🚂

Welcome to Station 0.15.2! 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.15.2

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

Go install:

go install github.com/cloudshipai/station/cmd/main@v0.15.2

Changelog

🐛 Bug fixes

  • 455dbaa: fix: Change Dynamic Agent MCP port from 3001 to 3030 ( <>)

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.15.1...v0.15.2

Station 0.15.1

09 Oct 12:35
Compare
Choose a tag to compare

Station 0.15.1 🚂

Welcome to Station 0.15.1! 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.15.1

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

Go install:

go install github.com/cloudshipai/station/cmd/main@v0.15.1

Changelog

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.15.0...v0.15.1

Station 0.15.0

09 Oct 12:20
Compare
Choose a tag to compare

Station 0.15.0 🚂

Welcome to Station 0.15.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.15.0

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

Go install:

go install github.com/cloudshipai/station/cmd/main@v0.15.0

Changelog

🚀 Features

  • 80c3226: feat: Add "Assign Tools" UI button and modal for environment copy workflow ( <>)
  • 998a08f: feat: Add --develop flag to stn up for Genkit Developer UI integration ( <>)
  • d0c8db5: feat: Add Genkit Developer UI integration with --develop flag ( <>)
  • 6395c20: feat: Add environment copy UI with conflict management ( <>)
  • 9d1e472: feat: Add environment copy feature with conflict detection ( <>)
  • 3c53c64: feat: Add environment copy feature with tool assignment ( <>)
  • 38e8de1: feat: Add environment copying documentation to Getting Started ( <>)

🐛 Bug fixes

  • d336bae: fix: Complete .prompt file generation in environment copy workflow ( <>)
  • 6124b37: fix: Correct Genkit Developer UI port from 4000 to 4033 ( <>)
  • 3c47b4a: fix: Force foreground mode in develop to keep process alive for genkit ( <>)
  • b3bfc92: fix: Improve environment copy modal state management ( <>)
  • 4569d26: fix: Make stn up pull from registry first instead of building ( <>)
  • 9cb1e67: fix: Remove port 4033 exposure to avoid conflict with genkit start ( <>)
  • 6f5a9af: fix: Use -i instead of -it for develop mode (no TTY in genkit start) ( <>)
  • 61b6358: fix: Use stn develop command in --develop mode ( <>)

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.14.0...v0.15.0

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载