Skip to content

Commit 18ca1fc

Browse files
committed
docs: add npm badge and homepage link
1 parent 9935848 commit 18ca1fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Code Graph Context MCP Server
22

3+
[![npm version](https://badge.fury.io/js/code-graph-context.svg)](https://www.npmjs.com/package/code-graph-context)
34
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
45
[![TypeScript](https://img.shields.io/badge/TypeScript-5.8-007ACC?logo=typescript&logoColor=white)](https://typescriptlang.org/)
56
[![Neo4j](https://img.shields.io/badge/Neo4j-5.0+-018bff?logo=neo4j&logoColor=white)](https://neo4j.com/)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"description": "MCP server that builds code graphs to provide rich context to LLMs",
55
"type": "module",
6+
"homepage": "https://github.com/drewdrewH/code-graph-context#readme",
67
"repository": {
78
"type": "git",
89
"url": "git+https://github.com/drewdrewH/code-graph-context.git"

0 commit comments

Comments
 (0)