You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Thank you for your interest in contributing to `create-typescript-server`! This tool helps developers quickly scaffold new MCP (Model Context Protocol) servers.
4
+
5
+
## Getting Started
6
+
7
+
1. Fork the repository
8
+
2. Clone your fork: `git clone https://github.com/YOUR_USERNAME/create-typescript-server.git`
9
+
3. Install dependencies: `npm install`
10
+
4. Build the project: `npm run build`
11
+
12
+
## Development
13
+
14
+
- Make your changes in the `src` directory
15
+
- Use `npm run watch` during development for automatic rebuilding
16
+
- Test your changes by creating a new server: `./build/index.js test-server`
17
+
18
+
## Pull Requests
19
+
20
+
1. Create a new branch for your changes
21
+
2. Make your changes
22
+
3. Ensure the build passes: `npm run build`
23
+
4. Test server creation using your changes
24
+
5. Submit a pull request with a clear description of your changes
25
+
26
+
## Code of Conduct
27
+
28
+
This project follows our [Code of Conduct](CODE_OF_CONDUCT.md). Please review it before contributing.
29
+
30
+
## Reporting Issues
31
+
32
+
- Use the [GitHub issue tracker](https://github.com/modelcontextprotocol/create-typescript-server/issues)
33
+
- Provide clear reproduction steps
34
+
- Include relevant system information
35
+
- Specify the version you're using
36
+
37
+
## Security Issues
38
+
39
+
Please review our [Security Policy](SECURITY.md) for reporting security vulnerabilities.
40
+
41
+
## License
42
+
43
+
By contributing, you agree that your contributions will be licensed under the MIT License.
0 commit comments