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: codegen-examples/STRUCTURE.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,4 +178,3 @@ Before submitting:
178
178
1. Check that documentation is clear and accurate
179
179
180
180
Remember: Your example might be used by both humans and AI to understand Codegen's capabilities. Clear structure and documentation help everyone use your code effectively.
1.**deep_code_research**: Perform deep code research using Codegen.
59
+
1.**cyclomatic_complexity**: Calculate cyclomatic complexity of code.
60
+
1.**delete_dead_code**: Identify and delete dead code in repositories.
61
+
1.**document_functions**: Automatically document functions in code.
62
+
1.**codegen-mcp-server**: Run a Model Context Protocol server.
63
+
1.**codegen_app**: Create a Codegen application.
64
+
1.**ai_impact_analysis**: Analyze the impact of AI on code.
62
65
63
66
Each example has its own README.md file with detailed instructions on how to set it up and use it.
64
67
@@ -87,4 +90,3 @@ If you encounter issues with the examples, check the following:
87
90
## Contributing
88
91
89
92
If you have ideas for new examples or improvements to existing ones, please open an issue or pull request on the [Codegen repository](https://github.com/Zeeeepa/codegen).
Copy file name to clipboardExpand all lines: codegen-examples/examples/codegen-mcp-server/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,4 +65,3 @@ Here is an example mcp config that can be used with Cline or Claude desktop to i
65
65
-`parse_codebase`: Parses a codebase located at the provided path.
66
66
-`check_parse_status`: Provides the current parsing status for the provided codebase.
67
67
-`execute_codemod`: Executes a codemod script on a parsed codebase. This is where the codegen sdk leveraged to run simple or sophisticated codemods on the codebase.
0 commit comments