actionlayer 0.7.0__tar.gz → 0.7.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {actionlayer-0.7.0 → actionlayer-0.7.1}/PKG-INFO +11 -5
- {actionlayer-0.7.0 → actionlayer-0.7.1}/README.md +8 -1
- {actionlayer-0.7.0 → actionlayer-0.7.1}/pyproject.toml +7 -4
- {actionlayer-0.7.0 → actionlayer-0.7.1}/server.json +3 -8
- {actionlayer-0.7.0 → actionlayer-0.7.1}/.gitignore +0 -0
- {actionlayer-0.7.0 → actionlayer-0.7.1}/actionlayer_mcp/__init__.py +0 -0
- {actionlayer-0.7.0 → actionlayer-0.7.1}/actionlayer_mcp/client.py +0 -0
- {actionlayer-0.7.0 → actionlayer-0.7.1}/actionlayer_mcp/server.py +0 -0
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: actionlayer
|
|
3
|
-
Version: 0.7.
|
|
4
|
-
Summary: MCP server for ActionLayer —
|
|
3
|
+
Version: 0.7.1
|
|
4
|
+
Summary: MCP server for ActionLayer — the concierge that lets Claude Code and other MCP hosts take action in the physical world: book, order, register, resolve.
|
|
5
5
|
Project-URL: Homepage, https://actionlayer.io
|
|
6
|
-
Project-URL: Repository, https://github.com/grimjjow/actionlayer
|
|
7
6
|
Author: ActionLayer
|
|
8
7
|
License: MIT
|
|
9
|
-
Keywords: actionlayer,agents,claude,claude-code,mcp,tools
|
|
8
|
+
Keywords: actionlayer,agents,claude,claude-code,concierge,hermes,mcp,tools
|
|
10
9
|
Classifier: Development Status :: 4 - Beta
|
|
11
10
|
Classifier: Intended Audience :: Developers
|
|
12
11
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -24,7 +23,7 @@ Description-Content-Type: text/markdown
|
|
|
24
23
|
|
|
25
24
|
<!-- mcp-name: io.actionlayer/actionlayer -->
|
|
26
25
|
|
|
27
|
-
MCP server for [ActionLayer](https://actionlayer.io) —
|
|
26
|
+
MCP server for [ActionLayer](https://actionlayer.io) — the concierge for Claude Code (and any MCP host) that takes action in the physical world on your behalf: book, order, register, resolve.
|
|
28
27
|
|
|
29
28
|
> Previously published as `actionlayer-mcp`. That project is no longer
|
|
30
29
|
> maintained and stopped at 0.6.0 — install `actionlayer` instead.
|
|
@@ -55,6 +54,13 @@ Env vars:
|
|
|
55
54
|
|
|
56
55
|
## Changelog
|
|
57
56
|
|
|
57
|
+
### 0.7.1
|
|
58
|
+
|
|
59
|
+
Metadata-only. Repositions the listing copy — ActionLayer is a
|
|
60
|
+
concierge that takes action in the physical world, not just a
|
|
61
|
+
browser driver — and drops the repository URL from the published
|
|
62
|
+
metadata.
|
|
63
|
+
|
|
58
64
|
### 0.7.0
|
|
59
65
|
|
|
60
66
|
Renamed: published as `actionlayer` on PyPI from this release on
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- mcp-name: io.actionlayer/actionlayer -->
|
|
4
4
|
|
|
5
|
-
MCP server for [ActionLayer](https://actionlayer.io) —
|
|
5
|
+
MCP server for [ActionLayer](https://actionlayer.io) — the concierge for Claude Code (and any MCP host) that takes action in the physical world on your behalf: book, order, register, resolve.
|
|
6
6
|
|
|
7
7
|
> Previously published as `actionlayer-mcp`. That project is no longer
|
|
8
8
|
> maintained and stopped at 0.6.0 — install `actionlayer` instead.
|
|
@@ -33,6 +33,13 @@ Env vars:
|
|
|
33
33
|
|
|
34
34
|
## Changelog
|
|
35
35
|
|
|
36
|
+
### 0.7.1
|
|
37
|
+
|
|
38
|
+
Metadata-only. Repositions the listing copy — ActionLayer is a
|
|
39
|
+
concierge that takes action in the physical world, not just a
|
|
40
|
+
browser driver — and drops the repository URL from the published
|
|
41
|
+
metadata.
|
|
42
|
+
|
|
36
43
|
### 0.7.0
|
|
37
44
|
|
|
38
45
|
Renamed: published as `actionlayer` on PyPI from this release on
|
|
@@ -49,13 +49,17 @@ name = "actionlayer"
|
|
|
49
49
|
# 0.7.0: First release under the `actionlayer` dist name (see note
|
|
50
50
|
# above `name`). No code changes. Primary command is now
|
|
51
51
|
# `actionlayer`; `actionlayer-mcp` kept as an alias.
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
#
|
|
53
|
+
# 0.7.1: Metadata-only. Concierge positioning in the listing copy
|
|
54
|
+
# (physical-world actions, not "browser-based sites") and the
|
|
55
|
+
# repository URL dropped from the published metadata + server.json.
|
|
56
|
+
version = "0.7.1"
|
|
57
|
+
description = "MCP server for ActionLayer — the concierge that lets Claude Code and other MCP hosts take action in the physical world: book, order, register, resolve."
|
|
54
58
|
readme = "README.md"
|
|
55
59
|
requires-python = ">=3.10"
|
|
56
60
|
license = {text = "MIT"}
|
|
57
61
|
authors = [{name = "ActionLayer"}]
|
|
58
|
-
keywords = ["mcp", "claude", "claude-code", "actionlayer", "agents", "tools"]
|
|
62
|
+
keywords = ["mcp", "claude", "claude-code", "actionlayer", "agents", "tools", "concierge", "hermes"]
|
|
59
63
|
classifiers = [
|
|
60
64
|
"Development Status :: 4 - Beta",
|
|
61
65
|
"Intended Audience :: Developers",
|
|
@@ -78,7 +82,6 @@ dependencies = [
|
|
|
78
82
|
|
|
79
83
|
[project.urls]
|
|
80
84
|
Homepage = "https://actionlayer.io"
|
|
81
|
-
Repository = "https://github.com/grimjjow/actionlayer"
|
|
82
85
|
|
|
83
86
|
[project.scripts]
|
|
84
87
|
# The single entry point teammates install. `uvx actionlayer`
|
|
@@ -1,20 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
3
|
"name": "io.actionlayer/actionlayer",
|
|
4
|
-
"description": "
|
|
5
|
-
"repository": {
|
|
6
|
-
"url": "https://github.com/grimjjow/actionlayer",
|
|
7
|
-
"source": "github",
|
|
8
|
-
"subfolder": "packages/actionlayer-mcp"
|
|
9
|
-
},
|
|
4
|
+
"description": "Concierge for AI agents: takes action in the physical world — book, order, register, resolve.",
|
|
10
5
|
"websiteUrl": "https://actionlayer.io",
|
|
11
|
-
"version": "0.7.
|
|
6
|
+
"version": "0.7.1",
|
|
12
7
|
"packages": [
|
|
13
8
|
{
|
|
14
9
|
"registryType": "pypi",
|
|
15
10
|
"registryBaseUrl": "https://pypi.org",
|
|
16
11
|
"identifier": "actionlayer",
|
|
17
|
-
"version": "0.7.
|
|
12
|
+
"version": "0.7.1",
|
|
18
13
|
"runtimeHint": "uvx",
|
|
19
14
|
"transport": {
|
|
20
15
|
"type": "stdio"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|