tessera-codegraph 0.8.0

A local, deterministic semantic code graph and MCP server for AI coding agents. 11 languages, personalized PageRank impact, hallucination validator, call-path tracing, graph export, incremental indexing.
Documentation
1
2
3
4
5
6
def normalize_user_name(name):
    return name.strip().title()


def display_user(user):
    return normalize_user_name(user["name"])