Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .agents/mcp/codex.config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[mcp_servers.tc39]
command = "npx"
args = ["-y", "tc39-mcp@0.4.0"]
args = ["-y", "tc39-mcp@0.5.0"]
2 changes: 1 addition & 1 deletion .agents/mcp/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"mcpServers": {
"tc39": {
"command": "npx",
"args": ["-y", "tc39-mcp@0.4.0"]
"args": ["-y", "tc39-mcp@0.5.0"]
}
}
}
2 changes: 1 addition & 1 deletion .agents/skills/gocciascript-issue-validation/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Project-specific validation rules for GocciaScript issues. Use this skill with t

## Spec Lookup

For ECMA-262 or ECMA-402 semantics, use the pinned `tc39-mcp@0.4.0` server from the project MCP config under `.agents/mcp/` when it is available. `tc39-mcp` spec-reading tools default to ECMA-262, so pass the spec explicitly for the standard you are checking:
For ECMA-262 or ECMA-402 semantics, use the pinned `tc39-mcp@0.5.0` server from the project MCP config under `.agents/mcp/` when it is available. `tc39-mcp` spec-reading tools default to ECMA-262, so pass the spec explicitly for the standard you are checking:

- ECMA-262 language/core built-ins: `spec: "262"`
- ECMA-402 Intl behavior: `spec: "402"`
Expand Down
2 changes: 1 addition & 1 deletion .mcp.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"mcpServers": {
"tc39": {
"command": "npx",
"args": ["-y", "tc39-mcp@0.4.0"]
"args": ["-y", "tc39-mcp@0.5.0"]
}
}
}
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For ECMAScript or ECMA-402 behavior, use the project TC39 MCP server before fall
"mcpServers": {
"tc39": {
"command": "npx",
"args": ["-y", "tc39-mcp@0.4.0"]
"args": ["-y", "tc39-mcp@0.5.0"]
}
}
}
Expand Down
Loading