MCPcopy Index your code
hub / github.com/bryanl/manifest-summary

github.com/bryanl/manifest-summary @v0.1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.0 ↗ · + Follow
6 symbols 14 edges 1 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

manifest-summary

Read a Kubernetes manifest and print a table of its contents.

$ curl -s https://raw.githubusercontent.com/kubernetes/website/master/content/en/examples/application/wordpress/mysql-deployment.yaml | manifest-summary
+-------------+-----------------------+-----------------+
| API VERSION |         KIND          |      NAME       |
+-------------+-----------------------+-----------------+
| v1          | Service               | wordpress-mysql |
| v1          | PersistentVolumeClaim | mysql-pv-claim  |
| apps/v1     | Deployment            | wordpress-mysql |
+-------------+-----------------------+-----------------+

Core symbols most depended-on inside this repo

run
called by 1
main.go
decode
called by 1
main.go
row
called by 1
main.go
summarize
called by 1
main.go
main
called by 0
main.go

Shape

Function 4
Method 1
Struct 1

Languages

Go100%

Modules by API surface

main.go6 symbols

For agents

$ claude mcp add manifest-summary \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact