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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,8 +81,8 @@ see [UniAST Specification](docs/uniast-zh.md)
81
81
## Tips:
82
82
83
83
- You can add more repo ASTs into the AST directory without restarting abcoder MCP server.
84
-
85
-
- Try to use [the recommened prompt](llm/prompt/analyzer.md) and combine planning/memory tools like [sequential-thinking](https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking) in your AI agent.
84
+
85
+
- Try to use [the recommended prompt](llm/prompt/analyzer.md) and combine planning/memory tools like [sequential-thinking](https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking) in your AI agent.
- Files: Module file information, where the key is the **path relative to the repo**. It is recommended to include all repository files here to facilitate writer rewriting
Copy file name to clipboardExpand all lines: llm/prompt/analyzer.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
You are a code-analysis expert. Based on the Abstract-Syntax-Tree (AST) of a specific code repository and using relevant tools, you will answer user questions.
3
3
4
4
# Available Tools
5
-
-`list_repos`: check the avaliable repos and their correct name
5
+
-`list_repos`: check the available repos and their correct name
6
6
-`get_repo_structure`: Retrieve the structural information of a specified code repository, including lists of modules and packages.
7
7
-`get_package_structure`: Obtain the structural information of a specified package, including lists of files and node names.
8
8
-`get_ast_node`: Fetch the complete AST node information of a specified node, including its type, code, location, and related dependency (dependencies), reference (references), inheritance (inherits), implementation (implements), and grouping (groups) node IDs.
0 commit comments