We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e276946 commit fd73b42Copy full SHA for fd73b42
CONTRIBUTING.md
@@ -15,7 +15,7 @@ Thank you for your interest in contributing! This guide will help you get starte
15
16
```bash
17
# Clone the repository
18
-git clone <repository-url>
+git clone https://github.com/LogicStamp/logicstamp-mcp.git
19
cd logicstamp-mcp
20
21
# Install dependencies
docs/integrations/claude-cli.md
@@ -162,7 +162,7 @@ For contributors or if you're developing the MCP server locally:
162
163
164
# Clone and build
165
-git clone https://github.com/your-org/logicstamp-mcp.git
166
167
npm install
168
npm run build
0 commit comments