You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# MCP Server AntV [](https://www.npmjs.com/package/@antv/mcp-server-antv)[](https://smithery.ai/server/@antvis/mcp-server-antv)[](https://www.npmjs.com/package/@antv/mcp-server-antv)
2
2
3
-
> A **Model Context Protocol (MCP)** server designed for AI development and QA that provides **AntV** documentation context and code examples using the latest APIs.
3
+
> A **Model Context Protocol (MCP)** server designed for AI development and QA that provides **AntV** documentation context and code examples using the latest APIs.
[](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%257B%2522name%22%3A%22mcp-server-antv%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40antv%2Fmcp-server-antv%22%5D%7D)
55
+
[](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%257B%2522name%22%3A%22mcp-server-antv%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40antv%2Fmcp-server-antv%22%5D%7D)
56
56
57
57
Pasting the following configuration into your VSCode `~/.vscode/mcp.json` file is the recommended approach.
- Use F2's components directly in JSX. If TypeScript errors occur, add @ts-ignore above the component
53
+
- Code examples are for Node environment. For React framework, import ReactCanvas from '@antv/f2-react' and use <ReactCanvas/> component instead of <Canvas/> component
54
+
- In F2's canvas coordinate system, Y coordinates increase from top to bottom, and X coordinates increase from left to right by default. Therefore, all values for offsetY, offsetX, x, y and similar properties are relative to the top-left corner of the canvas.
48
55
</convention>
49
56
`,
50
57
},
51
58
s2: {
52
59
id: 's2'asAntVLibrary,
53
60
name: 'S2',
54
61
description: 'Table analysis, spreadsheet-like interactions, data grids',
55
-
keywords: [],
62
+
keywords: '',
63
+
codeStyle: '',
56
64
},
57
65
};
58
66
@@ -74,5 +82,5 @@ export function getLibraryDescription(library: AntVLibrary): string {
0 commit comments