Skip to content

Commit 196862b

Browse files
committed
fix: markdown lint language identifier, rename describe block to match file
1 parent c63fc0b commit 196862b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MCP server for Selenium WebDriver browser automation. JavaScript (ES Modules), N
44

55
## File Map
66

7-
```
7+
```text
88
src/lib/server.js ← ALL server logic: tool definitions, state, helpers, cleanup
99
src/index.js ← Thin CLI wrapper, spawns server.js as child process
1010
test/mcp-client.mjs ← Reusable MCP test client (JSON-RPC over stdio)

test/tools.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { describe, it, before, after } from 'node:test';
1010
import assert from 'node:assert/strict';
1111
import { McpClient, getResponseText, fixture } from './mcp-client.mjs';
1212

13-
describe('new-tools', () => {
13+
describe('tools', () => {
1414
let client;
1515

1616
before(async () => {

0 commit comments

Comments
 (0)