MCP.so
Sign In

πŸš€ Go-Tapd-SDK

@go-tapd

About πŸš€ Go-Tapd-SDK

The Go Tapd SDK is a Go client library for accessing the Tapd API

Basic information

Category

Developer Tools

License

MIT

Runtime

go

Transports

stdio

Publisher

go-tapd

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is πŸš€ Go-Tapd-SDK?

πŸš€ Go-Tapd-SDK is a Go client library for accessing the Tapd API. It provides programmatic access to Tapd resources (e.g., labels, stories) and supports webhook event handling. The library is currently a non-stable version and is not recommended for production use.

How to use πŸš€ Go-Tapd-SDK?

Install with go get github.com/go-tapd/tapd. Create a client using either Basic Authentication (client ID + secret) or a Personal Access Token (PAT), then call service methods like LabelService.GetLabels or StoryService.GetStories. A webhook server can be built using the included webhook package to handle Tapd event dispatches.

Key features of πŸš€ Go-Tapd-SDK

  • Go client library for the Tapd API
  • Supports Basic Authentication and Personal Access Token (PAT)
  • Provides service methods for labels, stories, and more
  • Includes a webhook server for handling Tapd events
  • Requires Go version 1.25 or later
  • MIT licensed

Use cases of πŸš€ Go-Tapd-SDK

  • Retrieve labels from a Tapd workspace
  • Fetch stories from a Tapd workspace
  • Build a webhook server to listen to Tapd story update events
  • Automate Tapd data operations within Go applications

FAQ from πŸš€ Go-Tapd-SDK

How does πŸš€ Go-Tapd-SDK differ from the Tapd CLI tool?

The README mentions a sibling CLI project (go-tapd/cli) built on this SDK. The SDK is a Go library for integrating Tapd API into your own programs, while the CLI is a terminal tool for quick local operations and scripting.

What authentication methods does πŸš€ Go-Tapd-SDK support?

The README shows two methods: Basic Authentication using a client ID and secret, and Personal Access Token (PAT) authentication using an access token.

Is πŸš€ Go-Tapd-SDK stable for production use?

No. The README warns that the current version is non-stable and not recommended for production use.

What Go version is required?

The badge in the README indicates that supported Go versions are >=1.25.

Where can I report issues with πŸš€ Go-Tapd-SDK?

The README invites users to submit issues on the GitHub repository: https://github.com/go-tapd/tapd/issues/new.

Comments

More Developer Tools MCP servers