Commit Graph

4 Commits

Author SHA1 Message Date
27df9c6d25 Add .gitignore and remove cached pycache files
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 19:00:07 +07:00
ee2092dada Implement complete Python MCP server with 12 tools and blueprint-workflow skill
- Add MCP server with real Unreal Remote Execution Protocol (UDP 6766 + TCP 6776)
- Implement 12 MCP tools: project intelligence, scene manipulation, debug/profiling, blueprint ops
- Add enhanced .uasset parser with UE4/UE5 support
- Create /blueprint-workflow skill (analyze, bp-to-cpp, cpp-to-bp, transform, optimize)
- Include 21 passing tests
- Add complete user documentation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 18:59:43 +07:00
7563201d54 Add complete specification and update README 2026-01-20 11:41:44 +07:00
fecb1075eb Initial commit: Unreal Engine MCP Server - AI-powered Unreal C++ development 2026-01-20 11:25:36 +07:00