Skip to content

v0.1.0 Initial Release

Choose a tag to compare

@github-actions github-actions released this 30 Apr 05:45
· 227 commits to main since this release
7143ab3

Model Context Protocol (MCP) server implementation that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.

image

What's Changed

Available Tools

In this initial release, you can utilize the following tools:

  1. push_text_message
    • Push a simple text message to a user via LINE.
  2. push_flex_message
    • Push a highly customizable flex message to a user via LINE.
  3. broadcast_text_message
    • Broadcast a simple text message via LINE to all users who have followed your LINE Official Account.
  4. broadcast_flex_message
    • Broadcast a highly customizable flex message via LINE to all users who have added your LINE Official Account.
  5. get_profile
    • Get detailed profile information of a LINE user including display name, profile picture URL, status message and language.

For more information, please refer to the README.

MCP Server Setup with npx

Easily set up your MCP server with a single command using npx. This streamlines the process and saves time by removing the need for local cloning and building.

npx @line/line-bot-mcp-server

For detailed installation instructions, please refer to the README.

Other Changes

  • Add GitHub Action to check EoL and new releases for Node.js by @eucyt in #13
  • Add GitHub Action to close inactive issues and pull requests by @eucyt in #14
  • Fix typo in how to setup for README by @cobafan in #20
  • add zod package by @4geru in #22
  • Update links in README by @eucyt in #24
  • The instructions for creating a Messaging API channel have been revised by @mochikoAsTech in #26
  • Add broadcast Tools by @eucyt in #25
  • Fixed broken links that should start with domain name but only path by @mochikoAsTech in #31

Dependency updates

  • Update dependency typescript to v5.8.3 by @renovate in #4
  • Update Node.js to v22.14.0 by @renovate in #5
  • Update dependency @modelcontextprotocol/sdk to v1.9.0 by @renovate in #6
  • Update dependency shx to ^0.4.0 by @renovate in #7
  • Update dependency @types/node to v22.14.1 by @renovate in #8
  • Update actions/setup-node action to v4.4.0 by @renovate in #10
  • Update pnpm to v10.8.1 by @renovate in #23
  • Update dependency zod to v3.24.3 by @renovate in #27
  • Update dependency @modelcontextprotocol/sdk to v1.10.0 by @renovate in #28
  • Update dependency @modelcontextprotocol/sdk to v1.10.1 by @renovate in #29
  • Update pnpm to v10.9.0 by @renovate in #30
  • Update dependency @line/bot-sdk to v9.9.0 by @renovate in #32
  • Update dependency @modelcontextprotocol/sdk to v1.10.2 by @renovate in #33
  • Update Node.js to v22.15.0 by @renovate in #34
  • Update dependency @types/node to v22.15.0 by @renovate in #36
  • Update dependency @types/node to v22.15.1 by @renovate in #37

New Contributors

Full Changelog: https://github.com/line/line-bot-mcp-server/commits/v0.1.0


This release is prepared by @eucyt