chore: update authorship and add CREDITS file
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
# solidtime-mcp-server
|
||||
|
||||
[](https://github.com/SwamiRama/solidtime-mcp-server/actions/workflows/ci.yml)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://www.npmjs.com/package/solidtime-mcp-server)
|
||||
|
||||
Cloud-hosted MCP server for [SolidTime](https://www.solidtime.io/) — the open-source time tracking app. Start/stop timers, manage time entries, projects, clients, tags, tasks, members, invitations, and organizations directly from Claude, Cursor, or any MCP-compatible client.
|
||||
|
||||
@@ -37,6 +35,7 @@ Add to your `claude_desktop_config.json`:
|
||||
{
|
||||
"mcpServers": {
|
||||
"solidtime": {
|
||||
"type": "http",
|
||||
"url": "https://your-server.example.com/mcp",
|
||||
"headers": {
|
||||
"x-solidtime-api-token": "your-token-here",
|
||||
@@ -57,6 +56,7 @@ Add to your `.mcp.json`:
|
||||
{
|
||||
"mcpServers": {
|
||||
"solidtime": {
|
||||
"type": "http",
|
||||
"url": "https://your-server.example.com/mcp",
|
||||
"headers": {
|
||||
"x-solidtime-api-token": "your-token-here",
|
||||
@@ -267,8 +267,8 @@ Sessions expire after 30 minutes of inactivity. Reconnect to create a new sessio
|
||||
## Development
|
||||
|
||||
```bash
|
||||
git clone https://github.com/SwamiRama/solidtime-mcp-server.git
|
||||
cd solidtime-mcp-server
|
||||
git clone https://git.fraqtal.xyz/danijel/solidtime-mcp.git
|
||||
cd solidtime-mcp
|
||||
npm install
|
||||
npm run dev:http # Run HTTP mode with tsx (dev)
|
||||
npm run dev # Run stdio mode with tsx (dev)
|
||||
|
||||
Reference in New Issue
Block a user