Releases: bug-breeder/quip-mcp
v1.4.0
Quip MCP Server v1.4.0
A Model Context Protocol (MCP) server for Quip integration.
Installation
Quick Install (macOS/Linux)
curl -sSL https://raw.githubusercontent.com/bug-breeder/quip-mcp/main/install.sh | bashManual Download
Download the appropriate binary for your platform from the assets below.
Changelog
- 1901933: Fix GetRecentThreads API response parsing and add comprehensive integration tests (@bug-breeder)
- 1fd77de: feat: Enhanced API integration and comprehensive testing (@bug-breeder)
- befccf8: feat: v1.4.0 - Enhanced API capabilities (@bug-breeder)
Configuration
- Get your API token from your Quip instance
- Run:
quip-mcp --setup - Add to your MCP client configuration
For more details, see the README.
v1.0.3
Quip MCP Server v1.0.3
A Model Context Protocol (MCP) server for Quip integration.
Installation
Quick Install (macOS/Linux)
curl -sSL https://raw.githubusercontent.com/bug-breeder/quip-mcp/main/install.sh | bashManual Download
Download the appropriate binary for your platform from the assets below.
Changelog
- e6c169b: Fix search API response parsing (@bug-breeder)
Configuration
- Get your API token from your Quip instance
- Run:
quip-mcp --setup - Add to your MCP client configuration
For more details, see the README.
v1.0.2
Quip MCP Server v1.0.2
A Model Context Protocol (MCP) server for Quip integration.
Installation
Quick Install (macOS/Linux)
curl -sSL https://raw.githubusercontent.com/bug-breeder/quip-mcp/main/install.sh | bashManual Download
Download the appropriate binary for your platform from the assets below.
Changelog
- f381c8d: Add update functionality to install script (@bug-breeder)
Configuration
- Get your API token from your Quip instance
- Run:
quip-mcp --setup - Add to your MCP client configuration
For more details, see the README.
v1.0.1
Quip MCP Server v1.0.1
A Model Context Protocol (MCP) server for Quip integration.
Installation
Quick Install (macOS/Linux)
curl -sSL https://raw.githubusercontent.com/bug-breeder/quip-mcp/main/install.sh | bashManual Download
Download the appropriate binary for your platform from the assets below.
Changelog
- 5a6860d: Add Cursor deeplink integration - one-click install to Cursor IDE (@bug-breeder)
- 6ae91e0: Clarify installation flow: install binary first, then add to Cursor (@bug-breeder)
- 399543d: Fix Quip API endpoints for v1.0.1 (@bug-breeder)
Configuration
- Get your API token from your Quip instance
- Run:
quip-mcp --setup - Add to your MCP client configuration
For more details, see the README.
v1.0.0
Quip MCP Server v1.0.0
A Model Context Protocol (MCP) server for Quip integration.
Installation
Quick Install (macOS/Linux)
curl -sSL https://raw.githubusercontent.com/bug-breeder/quip-mcp/main/install.sh | bashManual Download
Download the appropriate binary for your platform from the assets below.
Changelog
- d1a02c2: Fix Windows test coverage issue - separate race and coverage flags (@bug-breeder)
- a1f3217: Fix cross-platform path tests for Windows compatibility (@bug-breeder)
- b7b1cc5: Fix linting errors: add error checking for json.Encode and w.Write calls, remove unnecessary fmt.Sprintf (@bug-breeder)
- 3d2a32b: Remove Snap and Homebrew from release workflow - keep only simple binary releases (@bug-breeder)
- 0365761: Standardize to Go 1.23 across all files - remove version inconsistencies (@bug-breeder)
- fdc2f49: Update GoReleaser to v2.3.2 to support version 2 configuration (@bug-breeder)
Configuration
- Get your API token from your Quip instance
- Run:
quip-mcp --setup - Add to your MCP client configuration
For more details, see the README.