Skip to content

Commit 283a9cf

Browse files
authored
fix: restore OpenCode and bump version to 0.8.2 (#51)
- Restore OpenCode MCP client (https://opencode.ai by SST) - Add Goose to supported clients list - Bump version 0.8.1 -> 0.8.2 - All tests passing (67/67)
1 parent feafae0 commit 283a9cf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Built with [FastMCP 2.0](https://github.com/jlowin/fastmcp) and the official [Mo
1717
- **Claude Desktop** - Anthropic's desktop app with native MCP support
1818
- **Claude Code** - Command-line MCP client from Anthropic
1919
- **Goose** - Open-source AI agent framework with MCP support
20+
- **OpenCode** - Open-source MCP client by SST
2021
- **Amazon Q** - AWS's AI assistant with MCP support
2122
- **Gemini CLI** - Google's Gemini command-line tool
2223
- Any other MCP-compatible client

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "math-mcp-learning-server"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "Production-ready educational MCP server with enhanced visualizations and persistent workspace - Complete learning guide demonstrating FastMCP 2.0 best practices for Model Context Protocol development"
55
readme = "README.md"
66
requires-python = ">=3.11,<3.14"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)