Skip to content

Commit adaa599

Browse files
2 parents e3db0fe + 0d89cdb commit adaa599

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "first-agentic-csa"
3-
version = "0.3.10"
3+
version = "0.3.11"
44
description = "Plugin-based FRC documentation agent as an MCP server for WPILib and vendor libraries"
55
readme = "README.md"
66
requires-python = ">=3.11"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
33
"name": "io.github.ramalamadingdong/first-agentic-csa",
44
"description": "FRC documentation MCP server for WPILib, REV, CTRE, Redux, and PhotonVision.",
5-
"version": "0.3.10",
5+
"version": "0.3.11",
66
"icon": "https://raw.githubusercontent.com/ramalamadingdong/first-agentic-csa/main/assets/agentic_csa.png",
77
"packages": [
88
{
99
"registryType": "pypi",
1010
"identifier": "first-agentic-csa",
11-
"version": "0.3.10",
11+
"version": "0.3.11",
1212
"transport": {
1313
"type": "stdio"
1414
}

0 commit comments

Comments
 (0)