Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datapoint",
"version": "0.2.0",
"version": "0.2.1",
"description": "Get real human opinions — surveys, preference comparisons, ratings, and rankings — from inside Claude Code, powered by Datapoint AI.",
"author": {
"name": "Datapoint AI",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "datapoint-mcp"
version = "0.2.0"
version = "0.2.1"
description = "MCP server for creating human evaluation surveys via Datapoint AI"
license = "MIT"
license-files = ["LICENSE"]
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "io.github.impel-intelligence/datapoint-mcp",
"title": "Datapoint",
"description": "MCP server for human-in-the-loop surveys, A/B preference tests, ratings, and rankings. Get real human opinions on text, images, audio, and video — directly from any MCP client.",
"version": "0.2.0",
"version": "0.2.1",
"repository": {
"url": "https://github.com/impel-intelligence/datapoint-mcp",
"source": "github"
Expand All @@ -14,7 +14,7 @@
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "datapoint-mcp",
"version": "0.2.0",
"version": "0.2.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
Expand Down
Loading