mcpgraph 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -125,7 +125,7 @@ Add `mcpgraph` to your Claude Desktop MCP configuration (typically located at `~
|
|
|
125
125
|
}
|
|
126
126
|
```
|
|
127
127
|
|
|
128
|
-
Or if installed
|
|
128
|
+
Or if not installed (run from npm):
|
|
129
129
|
|
|
130
130
|
```json
|
|
131
131
|
{
|
|
@@ -145,22 +145,6 @@ Or if installed locally in a project:
|
|
|
145
145
|
|
|
146
146
|
**Note:** Replace `/path/to/your/config.yaml` with the actual path to your YAML configuration file. The `-c` flag specifies the configuration file to use.
|
|
147
147
|
|
|
148
|
-
## Usage
|
|
149
|
-
|
|
150
|
-
After installation, `mcpgraph` is available as a command-line executable. However, it's typically used as an MCP server by configuring it in your MCP client (see Configuration section above).
|
|
151
|
-
|
|
152
|
-
If you need to run it directly for testing:
|
|
153
|
-
|
|
154
|
-
```bash
|
|
155
|
-
mcpgraph -c path/to/config.yaml
|
|
156
|
-
```
|
|
157
|
-
|
|
158
|
-
Or using the long form:
|
|
159
|
-
|
|
160
|
-
```bash
|
|
161
|
-
mcpgraph --config path/to/config.yaml
|
|
162
|
-
```
|
|
163
|
-
|
|
164
148
|
## Documentation
|
|
165
149
|
|
|
166
150
|
- [Contributing Guide](CONTRIBUTING.md) - Setup, development, and contribution guidelines
|