Skip to content

Commit e29d3cb

Browse files
2 parents 4a46ce3 + f0ec66e commit e29d3cb

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.9"
3+
version = "0.3.10"
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": "ramalamadingdong/first-agentic-csa",
44
"description": "FRC documentation MCP server for WPILib, REV, CTRE, Redux, and PhotonVision.",
5-
"version": "0.3.9",
5+
"version": "0.3.10",
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.9",
11+
"version": "0.3.10",
1212
"transport": {
1313
"type": "stdio"
1414
}

0 commit comments

Comments
 (0)